Html Css Color HEX #B627CC Dark Orchid

📋 copy color: '#B627CC'

red 182 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #B627CC

Tints of Dark Orchid #B627CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.18%

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

R = 42.82%
G = 9.18%
B = 48%

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

#B627CC (or 0xB627CC) is known color: Dark Orchid. HEX triplet: B6, 27 and CC. RGB value is (182,39,204). Sum of RGB (Red+Green+Blue) = 182+39+204=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #B627CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627CC is #49D833. Grayscale: #646464. Windows color (decimal): -4839476 or 13379510. OLE color: 13379510.

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

Color convert

RGB 182 39 204 -
CMYK 0.11 0.81 0 0.2
HSL 292º 0.68% 0.48% -
HSV(B) 292º 0.81% 0.8% -
XYZ 30.92 15.76 58.54 -
YUV 100.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 182 39 204 0.11 0.81 0 0.2 292 0.68 0.48
Hex B6 27 CC B 51 0 14 124 44 30
Octal 266 47 314 13 121 0 24 444 104 60
Binary 10110110 100111 11001100 1011 1010001 0 10100 100100100 1000100 110000

Color Harmonies of #B627CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627CC

Black with #B627CC

Text Example


Text Example

White with #B627CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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