Html Css Color HEX #B224BD Dark Orchid

📋 copy color: '#B224BD'

red 178 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #B224BD

Tints of Dark Orchid #B224BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 44.17%
G = 8.93%
B = 46.9%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B224BD (or 0xB224BD) is known color: Dark Orchid. HEX triplet: B2, 24 and BD. RGB value is (178,36,189). Sum of RGB (Red+Green+Blue) = 178+36+189=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #B224BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224BD is #4DDB42. Grayscale: #5F5F5F. Windows color (decimal): -5102403 or 12395698. OLE color: 12395698.

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

Color convert

RGB 178 36 189 -
CMYK 0.06 0.81 0 0.26
HSL 295.69º 0.68% 0.44% -
HSV(B) 295.69º 0.81% 0.74% -
XYZ 28.18 14.4 49.44 -
YUV 95.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 178 36 189 0.06 0.81 0 0.26 295.69 0.68 0.44
Hex B2 24 BD 6 51 0 1A 128 44 2C
Octal 262 44 275 6 121 0 32 450 104 54
Binary 10110010 100100 10111101 110 1010001 0 11010 100101000 1000100 101100

Color Harmonies of #B224BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224BD

Black with #B224BD

Text Example


Text Example

White with #B224BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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