Html Css Color HEX #B226C6 Dark Orchid

📋 copy color: '#B226C6'

red 178 ◦ green 38 ◦ blue 198

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

Shades of Dark Orchid #B226C6

Tints of Dark Orchid #B226C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 43%
G = 9.18%
B = 47.83%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B226C6 (or 0xB226C6) is known color: Dark Orchid. HEX triplet: B2, 26 and C6. RGB value is (178,38,198). Sum of RGB (Red+Green+Blue) = 178+38+198=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #B226C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226C6 is #4DD939. Grayscale: #616161. Windows color (decimal): -5101882 or 12986034. OLE color: 12986034.

HSL color Cylindrical-coordinate representation of color #B226C6: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B226C6 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 38 198 -
CMYK 0.10 0.81 0 0.22
HSL 292.5º 0.68% 0.46% -
HSV(B) 292.5º 0.81% 0.78% -
XYZ 29.25 14.93 54.77 -
YUV 98.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 178 38 198 0.10 0.81 0 0.22 292.5 0.68 0.46
Hex B2 26 C6 A 51 0 16 124 44 2E
Octal 262 46 306 12 121 0 26 444 104 56
Binary 10110010 100110 11000110 1010 1010001 0 10110 100100100 1000100 101110

Color Harmonies of #B226C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226C6

Black with #B226C6

Text Example


Text Example

White with #B226C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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