Html Css Color HEX #B224CF Dark Orchid

📋 copy color: '#B224CF'

red 178 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #B224CF

Tints of Dark Orchid #B224CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 42.28%
G = 8.55%
B = 49.17%

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

#B224CF (or 0xB224CF) is known color: Dark Orchid. HEX triplet: B2, 24 and CF. RGB value is (178,36,207). Sum of RGB (Red+Green+Blue) = 178+36+207=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #B224CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224CF is #4DDB30. Grayscale: #616161. Windows color (decimal): -5102385 or 13575346. OLE color: 13575346.

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

Color convert

RGB 178 36 207 -
CMYK 0.14 0.83 0 0.19
HSL 289.82º 0.7% 0.48% -
HSV(B) 289.82º 0.83% 0.81% -
XYZ 30.25 15.23 60.38 -
YUV 97.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 178 36 207 0.14 0.83 0 0.19 289.82 0.7 0.48
Hex B2 24 CF E 53 0 13 122 46 30
Octal 262 44 317 16 123 0 23 442 106 60
Binary 10110010 100100 11001111 1110 1010011 0 10011 100100010 1000110 110000

Color Harmonies of #B224CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224CF

Black with #B224CF

Text Example


Text Example

White with #B224CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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