Html Css Color HEX #B237D6 Dark Orchid

📋 copy color: '#B237D6'

red 178 ◦ green 55 ◦ blue 214

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

Shades of Dark Orchid #B237D6

Tints of Dark Orchid #B237D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 39.82%
G = 12.3%
B = 47.87%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B237D6 (or 0xB237D6) is known color: Dark Orchid. HEX triplet: B2, 37 and D6. RGB value is (178,55,214). Sum of RGB (Red+Green+Blue) = 178+55+214=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #B237D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237D6 is #4DC829. Grayscale: #6D6D6D. Windows color (decimal): -5097514 or 14038962. OLE color: 14038962.

HSL color Cylindrical-coordinate representation of color #B237D6: hue angle of 286.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B237D6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 55 214 -
CMYK 0.17 0.74 0 0.16
HSL 286.42º 0.66% 0.53% -
HSV(B) 286.42º 0.74% 0.84% -
XYZ 31.86 17.05 65.23 -
YUV 109.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 178 55 214 0.17 0.74 0 0.16 286.42 0.66 0.53
Hex B2 37 D6 11 4A 0 10 11E 42 35
Octal 262 67 326 21 112 0 20 436 102 65
Binary 10110010 110111 11010110 10001 1001010 0 10000 100011110 1000010 110101

Color Harmonies of #B237D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237D6

Black with #B237D6

Text Example


Text Example

White with #B237D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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