Html Css Color HEX #B224BF Dark Orchid

📋 copy color: '#B224BF'

red 178 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #B224BF

Tints of Dark Orchid #B224BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 43.95%
G = 8.89%
B = 47.16%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B224BF (or 0xB224BF) is known color: Dark Orchid. HEX triplet: B2, 24 and BF. RGB value is (178,36,191). Sum of RGB (Red+Green+Blue) = 178+36+191=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #B224BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224BF is #4DDB40. Grayscale: #5F5F5F. Windows color (decimal): -5102401 or 12526770. OLE color: 12526770.

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

Color convert

RGB 178 36 191 -
CMYK 0.07 0.81 0 0.25
HSL 294.97º 0.68% 0.45% -
HSV(B) 294.97º 0.81% 0.75% -
XYZ 28.39 14.49 50.59 -
YUV 96.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 178 36 191 0.07 0.81 0 0.25 294.97 0.68 0.45
Hex B2 24 BF 7 51 0 19 127 44 2D
Octal 262 44 277 7 121 0 31 447 104 55
Binary 10110010 100100 10111111 111 1010001 0 11001 100100111 1000100 101101

Color Harmonies of #B224BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224BF

Black with #B224BF

Text Example


Text Example

White with #B224BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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