Html Css Color HEX #B227BA Dark Orchid

📋 copy color: '#B227BA'

red 178 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B227BA

Tints of Dark Orchid #B227BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 44.17%
G = 9.68%
B = 46.15%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B227BA (or 0xB227BA) is known color: Dark Orchid. HEX triplet: B2, 27 and BA. RGB value is (178,39,186). Sum of RGB (Red+Green+Blue) = 178+39+186=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B227BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227BA is #4DD845. Grayscale: #606060. Windows color (decimal): -5101638 or 12199858. OLE color: 12199858.

HSL color Cylindrical-coordinate representation of color #B227BA: hue angle of 296.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B227BA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 39 186 -
CMYK 0.04 0.79 0 0.27
HSL 296.73º 0.65% 0.44% -
HSV(B) 296.73º 0.79% 0.73% -
XYZ 27.95 14.46 47.77 -
YUV 97.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 178 39 186 0.04 0.79 0 0.27 296.73 0.65 0.44
Hex B2 27 BA 4 4F 0 1B 129 41 2C
Octal 262 47 272 4 117 0 33 451 101 54
Binary 10110010 100111 10111010 100 1001111 0 11011 100101001 1000001 101100

Color Harmonies of #B227BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227BA

Black with #B227BA

Text Example


Text Example

White with #B227BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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