Html Css Color HEX #B625CB Dark Orchid

📋 copy color: '#B625CB'

red 182 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #B625CB

Tints of Dark Orchid #B625CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.77%

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

R = 43.13%
G = 8.77%
B = 48.1%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B625CB (or 0xB625CB) is known color: Dark Orchid. HEX triplet: B6, 25 and CB. RGB value is (182,37,203). Sum of RGB (Red+Green+Blue) = 182+37+203=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #B625CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625CB is #49DA34. Grayscale: #626262. Windows color (decimal): -4839989 or 13313462. OLE color: 13313462.

HSL color Cylindrical-coordinate representation of color #B625CB: hue angle of 292.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B625CB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 37 203 -
CMYK 0.10 0.82 0 0.20
HSL 292.41º 0.69% 0.47% -
HSV(B) 292.41º 0.82% 0.8% -
XYZ 30.73 15.58 57.89 -
YUV 99.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 182 37 203 0.10 0.82 0 0.20 292.41 0.69 0.47
Hex B6 25 CB A 52 0 14 124 45 2F
Octal 266 45 313 12 122 0 24 444 105 57
Binary 10110110 100101 11001011 1010 1010010 0 10100 100100100 1000101 101111

Color Harmonies of #B625CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B625CB

Black with #B625CB

Text Example


Text Example

White with #B625CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B625CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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