Html Css Color HEX #B227EA Dark Orchid

📋 copy color: '#B227EA'

red 178 ◦ green 39 ◦ blue 234

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

Shades of Dark Orchid #B227EA

Tints of Dark Orchid #B227EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.88%

R = 39.47%
G = 8.65%
B = 51.88%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B227EA (or 0xB227EA) is known color: Dark Orchid. HEX triplet: B2, 27 and EA. RGB value is (178,39,234). Sum of RGB (Red+Green+Blue) = 178+39+234=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #B227EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227EA is #4DD815. Grayscale: #666666. Windows color (decimal): -5101590 or 15345586. OLE color: 15345586.

HSL color Cylindrical-coordinate representation of color #B227EA: hue angle of 282.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B227EA is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 39 234 -
CMYK 0.24 0.83 0 0.08
HSL 282.77º 0.82% 0.54% -
HSV(B) 282.77º 0.83% 0.92% -
XYZ 33.94 16.86 79.31 -
YUV 102.79 202.05 181.64 -
System Red Green Blue C M Y K H S L
Decimal 178 39 234 0.24 0.83 0 0.08 282.77 0.82 0.54
Hex B2 27 EA 18 53 0 8 11B 52 36
Octal 262 47 352 30 123 0 10 433 122 66
Binary 10110010 100111 11101010 11000 1010011 0 1000 100011011 1010010 110110

Color Harmonies of #B227EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227EA

Black with #B227EA

Text Example


Text Example

White with #B227EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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