Html Css Color HEX #B626C9 Dark Orchid

📋 copy color: '#B626C9'

red 182 ◦ green 38 ◦ blue 201

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

Shades of Dark Orchid #B626C9

Tints of Dark Orchid #B626C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.74%

R = 43.23%
G = 9.03%
B = 47.74%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B626C9 (or 0xB626C9) is known color: Dark Orchid. HEX triplet: B6, 26 and C9. RGB value is (182,38,201). Sum of RGB (Red+Green+Blue) = 182+38+201=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #B626C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626C9 is #49D936. Grayscale: #636363. Windows color (decimal): -4839735 or 13182646. OLE color: 13182646.

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

Color convert

RGB 182 38 201 -
CMYK 0.09 0.81 0 0.21
HSL 293.01º 0.68% 0.47% -
HSV(B) 293.01º 0.81% 0.79% -
XYZ 30.53 15.55 56.65 -
YUV 99.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 182 38 201 0.09 0.81 0 0.21 293.01 0.68 0.47
Hex B6 26 C9 9 51 0 15 125 44 2F
Octal 266 46 311 11 121 0 25 445 104 57
Binary 10110110 100110 11001001 1001 1010001 0 10101 100100101 1000100 101111

Color Harmonies of #B626C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626C9

Black with #B626C9

Text Example


Text Example

White with #B626C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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