Html Css Color HEX #B626CB Dark Orchid

📋 copy color: '#B626CB'

red 182 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #B626CB

Tints of Dark Orchid #B626CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 43.03%
G = 8.98%
B = 47.99%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B626CB (or 0xB626CB) is known color: Dark Orchid. HEX triplet: B6, 26 and CB. RGB value is (182,38,203). Sum of RGB (Red+Green+Blue) = 182+38+203=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B626CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626CB is #49D934. Grayscale: #636363. Windows color (decimal): -4839733 or 13313718. OLE color: 13313718.

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

Color convert

RGB 182 38 203 -
CMYK 0.10 0.81 0 0.20
HSL 292.36º 0.68% 0.47% -
HSV(B) 292.36º 0.81% 0.8% -
XYZ 30.76 15.64 57.9 -
YUV 99.87 186.21 186.58 -
System Red Green Blue C M Y K H S L
Decimal 182 38 203 0.10 0.81 0 0.20 292.36 0.68 0.47
Hex B6 26 CB A 51 0 14 124 44 2F
Octal 266 46 313 12 121 0 24 444 104 57
Binary 10110110 100110 11001011 1010 1010001 0 10100 100100100 1000100 101111

Color Harmonies of #B626CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626CB

Black with #B626CB

Text Example


Text Example

White with #B626CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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