Html Css Color HEX #B732CC Dark Orchid

📋 copy color: '#B732CC'

red 183 ◦ green 50 ◦ blue 204

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

Shades of Dark Orchid #B732CC

Tints of Dark Orchid #B732CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.44%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 41.88%
G = 11.44%
B = 46.68%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B732CC (or 0xB732CC) is known color: Dark Orchid. HEX triplet: B7, 32 and CC. RGB value is (183,50,204). Sum of RGB (Red+Green+Blue) = 183+50+204=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B732CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CC is #48CD33. Grayscale: #6A6A6A. Windows color (decimal): -4771124 or 13382327. OLE color: 13382327.

HSL color Cylindrical-coordinate representation of color #B732CC: hue angle of 291.82º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B732CC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 50 204 -
CMYK 0.10 0.75 0 0.2
HSL 291.82º 0.61% 0.5% -
HSV(B) 291.82º 0.75% 0.8% -
XYZ 31.57 16.71 58.69 -
YUV 107.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 183 50 204 0.10 0.75 0 0.2 291.82 0.61 0.5
Hex B7 32 CC A 4B 0 14 124 3D 32
Octal 267 62 314 12 113 0 24 444 75 62
Binary 10110111 110010 11001100 1010 1001011 0 10100 100100100 111101 110010

Color Harmonies of #B732CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732CC

Black with #B732CC

Text Example


Text Example

White with #B732CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732CC; }

 p { color: rgb(183,50,204); }

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

background-color css

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

 a { background-color: rgb(183,50,204); }

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

border-color css

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

 span { border-color: rgb(183,50,204); }

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