Html Css Color HEX #B227DC Dark Orchid

📋 copy color: '#B227DC'

red 178 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #B227DC

Tints of Dark Orchid #B227DC

RGB

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

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

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

R = 40.73%
G = 8.92%
B = 50.34%

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

#B227DC (or 0xB227DC) is known color: Dark Orchid. HEX triplet: B2, 27 and DC. RGB value is (178,39,220). Sum of RGB (Red+Green+Blue) = 178+39+220=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B227DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227DC is #4DD823. Grayscale: #646464. Windows color (decimal): -5101604 or 14428082. OLE color: 14428082.

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

Color convert

RGB 178 39 220 -
CMYK 0.19 0.82 0 0.14
HSL 286.08º 0.72% 0.51% -
HSV(B) 286.08º 0.82% 0.86% -
XYZ 32 16.08 69.13 -
YUV 101.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 178 39 220 0.19 0.82 0 0.14 286.08 0.72 0.51
Hex B2 27 DC 13 52 0 E 11E 48 33
Octal 262 47 334 23 122 0 16 436 110 63
Binary 10110010 100111 11011100 10011 1010010 0 1110 100011110 1001000 110011

Color Harmonies of #B227DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227DC

Black with #B227DC

Text Example


Text Example

White with #B227DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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