Html Css Color HEX #B226BC Dark Orchid

📋 copy color: '#B226BC'

red 178 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #B226BC

Tints of Dark Orchid #B226BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 44.06%
G = 9.41%
B = 46.53%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B226BC (or 0xB226BC) is known color: Dark Orchid. HEX triplet: B2, 26 and BC. RGB value is (178,38,188). Sum of RGB (Red+Green+Blue) = 178+38+188=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #B226BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226BC is #4DD943. Grayscale: #606060. Windows color (decimal): -5101892 or 12330674. OLE color: 12330674.

HSL color Cylindrical-coordinate representation of color #B226BC: hue angle of 296º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B226BC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 38 188 -
CMYK 0.05 0.80 0 0.26
HSL 296º 0.66% 0.44% -
HSV(B) 296º 0.8% 0.74% -
XYZ 28.13 14.48 48.89 -
YUV 96.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 178 38 188 0.05 0.80 0 0.26 296 0.66 0.44
Hex B2 26 BC 5 50 0 1A 128 42 2C
Octal 262 46 274 5 120 0 32 450 102 54
Binary 10110010 100110 10111100 101 1010000 0 11010 100101000 1000010 101100

Color Harmonies of #B226BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226BC

Black with #B226BC

Text Example


Text Example

White with #B226BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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