Html Css Color HEX #B626BA Dark Orchid

📋 copy color: '#B626BA'

red 182 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B626BA

Tints of Dark Orchid #B626BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 44.83%
G = 9.36%
B = 45.81%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B626BA (or 0xB626BA) is known color: Dark Orchid. HEX triplet: B6, 26 and BA. RGB value is (182,38,186). Sum of RGB (Red+Green+Blue) = 182+38+186=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B626BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626BA is #49D945. Grayscale: #616161. Windows color (decimal): -4839750 or 12199606. OLE color: 12199606.

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

Color convert

RGB 182 38 186 -
CMYK 0.02 0.80 0 0.27
HSL 298.38º 0.66% 0.44% -
HSV(B) 298.38º 0.8% 0.73% -
XYZ 28.85 14.88 47.81 -
YUV 97.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 182 38 186 0.02 0.80 0 0.27 298.38 0.66 0.44
Hex B6 26 BA 2 50 0 1B 12A 42 2C
Octal 266 46 272 2 120 0 33 452 102 54
Binary 10110110 100110 10111010 10 1010000 0 11011 100101010 1000010 101100

Color Harmonies of #B626BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626BA

Black with #B626BA

Text Example


Text Example

White with #B626BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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