Html Css Color HEX #B237CC Dark Orchid

📋 copy color: '#B237CC'

red 178 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #B237CC

Tints of Dark Orchid #B237CC

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

 GREEN value IS 55 (21.88% from 255) = 12.59%

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

R = 40.73%
G = 12.59%
B = 46.68%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B237CC (or 0xB237CC) is known color: Dark Orchid. HEX triplet: B2, 37 and CC. RGB value is (178,55,204). Sum of RGB (Red+Green+Blue) = 178+55+204=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 55 (21.88% from 255 or 12.59% 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 #B237CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237CC is #4DC833. Grayscale: #6C6C6C. Windows color (decimal): -5097524 or 13383602. OLE color: 13383602.

HSL color Cylindrical-coordinate representation of color #B237CC: hue angle of 289.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B237CC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 55 204 -
CMYK 0.13 0.73 0 0.2
HSL 289.53º 0.59% 0.51% -
HSV(B) 289.53º 0.73% 0.8% -
XYZ 30.63 16.56 58.71 -
YUV 108.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 178 55 204 0.13 0.73 0 0.2 289.53 0.59 0.51
Hex B2 37 CC D 49 0 14 122 3B 33
Octal 262 67 314 15 111 0 24 442 73 63
Binary 10110010 110111 11001100 1101 1001001 0 10100 100100010 111011 110011

Color Harmonies of #B237CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237CC

Black with #B237CC

Text Example


Text Example

White with #B237CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237CC; }

 p { color: rgb(178,55,204); }

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

background-color css

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

 a { background-color: rgb(178,55,204); }

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

border-color css

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

 span { border-color: rgb(178,55,204); }

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