Html Css Color HEX #B626CC Dark Orchid

📋 copy color: '#B626CC'

red 182 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #B626CC

Tints of Dark Orchid #B626CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 42.92%
G = 8.96%
B = 48.11%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B626CC (or 0xB626CC) is known color: Dark Orchid. HEX triplet: B6, 26 and CC. RGB value is (182,38,204). Sum of RGB (Red+Green+Blue) = 182+38+204=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #B626CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626CC is #49D933. Grayscale: #636363. Windows color (decimal): -4839732 or 13379254. OLE color: 13379254.

HSL color Cylindrical-coordinate representation of color #B626CC: hue angle of 292.05º degrees, saturation: 0.69, 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 #B626CC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 38 204 -
CMYK 0.11 0.81 0 0.2
HSL 292.05º 0.69% 0.47% -
HSV(B) 292.05º 0.81% 0.8% -
XYZ 30.88 15.69 58.53 -
YUV 99.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 182 38 204 0.11 0.81 0 0.2 292.05 0.69 0.47
Hex B6 26 CC B 51 0 14 124 45 2F
Octal 266 46 314 13 121 0 24 444 105 57
Binary 10110110 100110 11001100 1011 1010001 0 10100 100100100 1000101 101111

Color Harmonies of #B626CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626CC

Black with #B626CC

Text Example


Text Example

White with #B626CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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