Html Css Color HEX #B25DCB Medium Orchid

📋 copy color: '#B25DCB'

red 178 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #B25DCB

Tints of Medium Orchid #B25DCB

RGB

 RED value IS 178 (69.92% from 255) = 37.55%

 GREEN value IS 93 (36.72% from 255) = 19.62%

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

R = 37.55%
G = 19.62%
B = 42.83%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B25DCB (or 0xB25DCB) is known color: Medium Orchid. HEX triplet: B2, 5D and CB. RGB value is (178,93,203). Sum of RGB (Red+Green+Blue) = 178+93+203=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B25DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DCB is #4DA234. Grayscale: #828282. Windows color (decimal): -5087797 or 13327794. OLE color: 13327794.

HSL color Cylindrical-coordinate representation of color #B25DCB: hue angle of 286.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25DCB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 93 203 -
CMYK 0.12 0.54 0 0.20
HSL 286.36º 0.51% 0.58% -
HSV(B) 286.36º 0.54% 0.8% -
XYZ 33.05 21.61 58.93 -
YUV 130.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 178 93 203 0.12 0.54 0 0.20 286.36 0.51 0.58
Hex B2 5D CB C 36 0 14 11E 33 3A
Octal 262 135 313 14 66 0 24 436 63 72
Binary 10110010 1011101 11001011 1100 110110 0 10100 100011110 110011 111010

Color Harmonies of #B25DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DCB

Black with #B25DCB

Text Example


Text Example

White with #B25DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DCB; }

 p { color: rgb(178,93,203); }

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

background-color css

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

 a { background-color: rgb(178,93,203); }

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

border-color css

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

 span { border-color: rgb(178,93,203); }

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