Html Css Color HEX #B626C6 Dark Orchid

📋 copy color: '#B626C6'

red 182 ◦ green 38 ◦ blue 198

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

Shades of Dark Orchid #B626C6

Tints of Dark Orchid #B626C6

RGB

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

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

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

R = 43.54%
G = 9.09%
B = 47.37%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B626C6 (or 0xB626C6) is known color: Dark Orchid. HEX triplet: B6, 26 and C6. RGB value is (182,38,198). Sum of RGB (Red+Green+Blue) = 182+38+198=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #B626C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626C6 is #49D939. Grayscale: #626262. Windows color (decimal): -4839738 or 12986038. OLE color: 12986038.

HSL color Cylindrical-coordinate representation of color #B626C6: hue angle of 294º 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 #B626C6 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 38 198 -
CMYK 0.08 0.81 0 0.22
HSL 294º 0.68% 0.46% -
HSV(B) 294º 0.81% 0.78% -
XYZ 30.18 15.41 54.81 -
YUV 99.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 182 38 198 0.08 0.81 0 0.22 294 0.68 0.46
Hex B6 26 C6 8 51 0 16 126 44 2E
Octal 266 46 306 10 121 0 26 446 104 56
Binary 10110110 100110 11000110 1000 1010001 0 10110 100100110 1000100 101110

Color Harmonies of #B626C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626C6

Black with #B626C6

Text Example


Text Example

White with #B626C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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