Html Css Color HEX #B226EA Dark Orchid

📋 copy color: '#B226EA'

red 178 ◦ green 38 ◦ blue 234

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

Shades of Dark Orchid #B226EA

Tints of Dark Orchid #B226EA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.44%

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

R = 39.56%
G = 8.44%
B = 52%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B226EA (or 0xB226EA) is known color: Dark Orchid. HEX triplet: B2, 26 and EA. RGB value is (178,38,234). Sum of RGB (Red+Green+Blue) = 178+38+234=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #B226EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B226EA is #4DD915. Grayscale: #656565. Windows color (decimal): -5101846 or 15345330. OLE color: 15345330.

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

Color convert

RGB 178 38 234 -
CMYK 0.24 0.84 0 0.08
HSL 282.86º 0.82% 0.53% -
HSV(B) 282.86º 0.84% 0.92% -
XYZ 33.9 16.79 79.3 -
YUV 102.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 178 38 234 0.24 0.84 0 0.08 282.86 0.82 0.53
Hex B2 26 EA 18 54 0 8 11B 52 35
Octal 262 46 352 30 124 0 10 433 122 65
Binary 10110010 100110 11101010 11000 1010100 0 1000 100011011 1010010 110101

Color Harmonies of #B226EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226EA

Black with #B226EA

Text Example


Text Example

White with #B226EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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