Html Css Color HEX #B733CF Dark Orchid

📋 copy color: '#B733CF'

red 183 ◦ green 51 ◦ blue 207

#B733CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B733CF

Tints of Dark Orchid #B733CF

RGB

 RED value IS 183 (71.88% from 255) = 41.5%

 GREEN value IS 51 (20.31% from 255) = 11.56%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 41.5%
G = 11.56%
B = 46.94%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B733CF (or 0xB733CF) is known color: Dark Orchid. HEX triplet: B7, 33 and CF. RGB value is (183,51,207). Sum of RGB (Red+Green+Blue) = 183+51+207=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B733CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733CF is #48CC30. Grayscale: #6B6B6B. Windows color (decimal): -4770865 or 13579191. OLE color: 13579191.

HSL color Cylindrical-coordinate representation of color #B733CF: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B733CF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 51 207 -
CMYK 0.12 0.75 0 0.19
HSL 290.77º 0.62% 0.51% -
HSV(B) 290.77º 0.75% 0.81% -
XYZ 31.97 16.94 60.62 -
YUV 108.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 183 51 207 0.12 0.75 0 0.19 290.77 0.62 0.51
Hex B7 33 CF C 4B 0 13 123 3E 33
Octal 267 63 317 14 113 0 23 443 76 63
Binary 10110111 110011 11001111 1100 1001011 0 10011 100100011 111110 110011

Color Harmonies of #B733CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B733CF

Black with #B733CF

Text Example


Text Example

White with #B733CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B733CF; }

 p { color: rgb(183,51,207); }

 H1.HeaderClassName
 {
   color: #B733CF;
 }
 .AnyTagClassName
 {
   color: #B733CF;
 }
</style>

background-color css

<style>
 a { background-color: #B733CF; }

 a { background-color: rgb(183,51,207); }

 div.DivClassName
 {
   background-color: #B733CF;
 }
 .BgClassName
 {
   background-color: #B733CF;
 }
</style>

border-color css

<style>
 span { border-color: #B733CF; }

 span { border-color: rgb(183,51,207); }

 td.TdClassName
 {
   border-color: #B733CF;
 }
 .TagClassName
 {
   border-color: #B733CF;
 }
</style>