Html Css Color HEX #B228DC Dark Orchid

📋 copy color: '#B228DC'

red 178 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #B228DC

Tints of Dark Orchid #B228DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.13%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 40.64%
G = 9.13%
B = 50.23%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B228DC (or 0xB228DC) is known color: Dark Orchid. HEX triplet: B2, 28 and DC. RGB value is (178,40,220). Sum of RGB (Red+Green+Blue) = 178+40+220=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B228DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228DC is #4DD723. Grayscale: #656565. Windows color (decimal): -5101348 or 14428338. OLE color: 14428338.

HSL color Cylindrical-coordinate representation of color #B228DC: hue angle of 286º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B228DC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 40 220 -
CMYK 0.19 0.82 0 0.14
HSL 286º 0.72% 0.51% -
HSV(B) 286º 0.82% 0.86% -
XYZ 32.04 16.15 69.14 -
YUV 101.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 178 40 220 0.19 0.82 0 0.14 286 0.72 0.51
Hex B2 28 DC 13 52 0 E 11E 48 33
Octal 262 50 334 23 122 0 16 436 110 63
Binary 10110010 101000 11011100 10011 1010010 0 1110 100011110 1001000 110011

Color Harmonies of #B228DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228DC

Black with #B228DC

Text Example


Text Example

White with #B228DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228DC; }

 p { color: rgb(178,40,220); }

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

background-color css

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

 a { background-color: rgb(178,40,220); }

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

border-color css

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

 span { border-color: rgb(178,40,220); }

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