Html Css Color HEX #B227DB Dark Orchid

📋 copy color: '#B227DB'

red 178 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #B227DB

Tints of Dark Orchid #B227DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 40.83%
G = 8.94%
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

#B227DB (or 0xB227DB) is known color: Dark Orchid. HEX triplet: B2, 27 and DB. RGB value is (178,39,219). Sum of RGB (Red+Green+Blue) = 178+39+219=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #B227DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227DB is #4DD824. Grayscale: #646464. Windows color (decimal): -5101605 or 14362546. OLE color: 14362546.

HSL color Cylindrical-coordinate representation of color #B227DB: hue angle of 286.33º degrees, saturation: 0.71, 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 #B227DB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 39 219 -
CMYK 0.19 0.82 0 0.14
HSL 286.33º 0.71% 0.51% -
HSV(B) 286.33º 0.82% 0.86% -
XYZ 31.87 16.03 68.43 -
YUV 101.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 178 39 219 0.19 0.82 0 0.14 286.33 0.71 0.51
Hex B2 27 DB 13 52 0 E 11E 47 33
Octal 262 47 333 23 122 0 16 436 107 63
Binary 10110010 100111 11011011 10011 1010010 0 1110 100011110 1000111 110011

Color Harmonies of #B227DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227DB

Black with #B227DB

Text Example


Text Example

White with #B227DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227DB; }

 p { color: rgb(178,39,219); }

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

background-color css

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

 a { background-color: rgb(178,39,219); }

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

border-color css

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

 span { border-color: rgb(178,39,219); }

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