Html Css Color HEX #B626B6 Dark Orchid

📋 copy color: '#B626B6'

red 182 ◦ green 38 ◦ blue 182

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

Shades of Dark Orchid #B626B6

Tints of Dark Orchid #B626B6

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

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

 BLUE value IS 182 (71.48% from 255) = 45.27%

R = 45.27%
G = 9.45%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B626B6 (or 0xB626B6) is known color: Dark Orchid. HEX triplet: B6, 26 and B6. RGB value is (182,38,182). Sum of RGB (Red+Green+Blue) = 182+38+182=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B626B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626B6 is #49D949. Grayscale: #616161. Windows color (decimal): -4839754 or 11937462. OLE color: 11937462.

HSL color Cylindrical-coordinate representation of color #B626B6: hue angle of 300º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B626B6 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 38 182 -
CMYK 0 0.79 0 0.29
HSL 300º 0.65% 0.43% -
HSV(B) 300º 0.79% 0.71% -
XYZ 28.43 14.71 45.6 -
YUV 97.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 182 38 182 0 0.79 0 0.29 300 0.65 0.43
Hex B6 26 B6 0 4F 0 1D 12C 41 2B
Octal 266 46 266 0 117 0 35 454 101 53
Binary 10110110 100110 10110110 0 1001111 0 11101 100101100 1000001 101011

Color Harmonies of #B626B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626B6

Black with #B626B6

Text Example


Text Example

White with #B626B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626B6; }

 p { color: rgb(182,38,182); }

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

background-color css

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

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

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

border-color css

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

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

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