Html Css Color HEX #B627CB Dark Orchid

📋 copy color: '#B627CB'

red 182 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #B627CB

Tints of Dark Orchid #B627CB

RGB

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

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

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

R = 42.92%
G = 9.2%
B = 47.88%

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

#B627CB (or 0xB627CB) is known color: Dark Orchid. HEX triplet: B6, 27 and CB. RGB value is (182,39,203). Sum of RGB (Red+Green+Blue) = 182+39+203=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B627CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627CB is #49D834. Grayscale: #636363. Windows color (decimal): -4839477 or 13313974. OLE color: 13313974.

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

Color convert

RGB 182 39 203 -
CMYK 0.10 0.81 0 0.20
HSL 292.32º 0.68% 0.47% -
HSV(B) 292.32º 0.81% 0.8% -
XYZ 30.8 15.71 57.91 -
YUV 100.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 182 39 203 0.10 0.81 0 0.20 292.32 0.68 0.47
Hex B6 27 CB A 51 0 14 124 44 2F
Octal 266 47 313 12 121 0 24 444 104 57
Binary 10110110 100111 11001011 1010 1010001 0 10100 100100100 1000100 101111

Color Harmonies of #B627CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627CB

Black with #B627CB

Text Example


Text Example

White with #B627CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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