Html Css Color HEX #B224BE Dark Orchid

📋 copy color: '#B224BE'

red 178 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #B224BE

Tints of Dark Orchid #B224BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 44.06%
G = 8.91%
B = 47.03%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B224BE (or 0xB224BE) is known color: Dark Orchid. HEX triplet: B2, 24 and BE. RGB value is (178,36,190). Sum of RGB (Red+Green+Blue) = 178+36+190=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #B224BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224BE is #4DDB41. Grayscale: #5F5F5F. Windows color (decimal): -5102402 or 12461234. OLE color: 12461234.

HSL color Cylindrical-coordinate representation of color #B224BE: hue angle of 295.32º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B224BE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 36 190 -
CMYK 0.06 0.81 0 0.25
HSL 295.32º 0.68% 0.44% -
HSV(B) 295.32º 0.81% 0.75% -
XYZ 28.29 14.44 50.01 -
YUV 96.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 178 36 190 0.06 0.81 0 0.25 295.32 0.68 0.44
Hex B2 24 BE 6 51 0 19 127 44 2C
Octal 262 44 276 6 121 0 31 447 104 54
Binary 10110010 100100 10111110 110 1010001 0 11001 100100111 1000100 101100

Color Harmonies of #B224BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224BE

Black with #B224BE

Text Example


Text Example

White with #B224BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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