Html Css Color HEX #B224CE Dark Orchid

📋 copy color: '#B224CE'

red 178 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #B224CE

Tints of Dark Orchid #B224CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.57%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 42.38%
G = 8.57%
B = 49.05%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B224CE (or 0xB224CE) is known color: Dark Orchid. HEX triplet: B2, 24 and CE. RGB value is (178,36,206). Sum of RGB (Red+Green+Blue) = 178+36+206=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B224CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224CE is #4DDB31. Grayscale: #616161. Windows color (decimal): -5102386 or 13509810. OLE color: 13509810.

HSL color Cylindrical-coordinate representation of color #B224CE: hue angle of 290.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B224CE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 36 206 -
CMYK 0.14 0.83 0 0.19
HSL 290.12º 0.7% 0.47% -
HSV(B) 290.12º 0.83% 0.81% -
XYZ 30.13 15.18 59.74 -
YUV 97.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 178 36 206 0.14 0.83 0 0.19 290.12 0.7 0.47
Hex B2 24 CE E 53 0 13 122 46 2F
Octal 262 44 316 16 123 0 23 442 106 57
Binary 10110010 100100 11001110 1110 1010011 0 10011 100100010 1000110 101111

Color Harmonies of #B224CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224CE

Black with #B224CE

Text Example


Text Example

White with #B224CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224CE; }

 p { color: rgb(178,36,206); }

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

background-color css

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

 a { background-color: rgb(178,36,206); }

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

border-color css

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

 span { border-color: rgb(178,36,206); }

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