Html Css Color HEX #B224DA Dark Orchid

📋 copy color: '#B224DA'

red 178 ◦ green 36 ◦ blue 218

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

Shades of Dark Orchid #B224DA

Tints of Dark Orchid #B224DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 41.2%
G = 8.33%
B = 50.46%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B224DA (or 0xB224DA) is known color: Dark Orchid. HEX triplet: B2, 24 and DA. RGB value is (178,36,218). Sum of RGB (Red+Green+Blue) = 178+36+218=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #B224DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224DA is #4DDB25. Grayscale: #626262. Windows color (decimal): -5102374 or 14296242. OLE color: 14296242.

HSL color Cylindrical-coordinate representation of color #B224DA: hue angle of 286.81º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B224DA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 36 218 -
CMYK 0.18 0.83 0 0.15
HSL 286.81º 0.72% 0.5% -
HSV(B) 286.81º 0.83% 0.85% -
XYZ 31.65 15.79 67.71 -
YUV 99.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 178 36 218 0.18 0.83 0 0.15 286.81 0.72 0.5
Hex B2 24 DA 12 53 0 F 11F 48 32
Octal 262 44 332 22 123 0 17 437 110 62
Binary 10110010 100100 11011010 10010 1010011 0 1111 100011111 1001000 110010

Color Harmonies of #B224DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224DA

Black with #B224DA

Text Example


Text Example

White with #B224DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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