Html Css Color HEX #B226BD Dark Orchid

📋 copy color: '#B226BD'

red 178 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #B226BD

Tints of Dark Orchid #B226BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 43.95%
G = 9.38%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B226BD (or 0xB226BD) is known color: Dark Orchid. HEX triplet: B2, 26 and BD. RGB value is (178,38,189). Sum of RGB (Red+Green+Blue) = 178+38+189=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #B226BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226BD is #4DD942. Grayscale: #606060. Windows color (decimal): -5101891 or 12396210. OLE color: 12396210.

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

Color convert

RGB 178 38 189 -
CMYK 0.06 0.80 0 0.26
HSL 295.63º 0.67% 0.45% -
HSV(B) 295.63º 0.8% 0.74% -
XYZ 28.24 14.53 49.46 -
YUV 97.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 178 38 189 0.06 0.80 0 0.26 295.63 0.67 0.45
Hex B2 26 BD 6 50 0 1A 128 43 2D
Octal 262 46 275 6 120 0 32 450 103 55
Binary 10110010 100110 10111101 110 1010000 0 11010 100101000 1000011 101101

Color Harmonies of #B226BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226BD

Black with #B226BD

Text Example


Text Example

White with #B226BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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