Html Css Color HEX #B237DD Dark Orchid

📋 copy color: '#B237DD'

red 178 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #B237DD

Tints of Dark Orchid #B237DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 39.21%
G = 12.11%
B = 48.68%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B237DD (or 0xB237DD) is known color: Dark Orchid. HEX triplet: B2, 37 and DD. RGB value is (178,55,221). Sum of RGB (Red+Green+Blue) = 178+55+221=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B237DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237DD is #4DC822. Grayscale: #6E6E6E. Windows color (decimal): -5097507 or 14497714. OLE color: 14497714.

HSL color Cylindrical-coordinate representation of color #B237DD: hue angle of 284.46º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B237DD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 55 221 -
CMYK 0.19 0.75 0 0.13
HSL 284.46º 0.71% 0.54% -
HSV(B) 284.46º 0.75% 0.87% -
XYZ 32.78 17.42 70.04 -
YUV 110.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 178 55 221 0.19 0.75 0 0.13 284.46 0.71 0.54
Hex B2 37 DD 13 4B 0 D 11C 47 36
Octal 262 67 335 23 113 0 15 434 107 66
Binary 10110010 110111 11011101 10011 1001011 0 1101 100011100 1000111 110110

Color Harmonies of #B237DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237DD

Black with #B237DD

Text Example


Text Example

White with #B237DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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