Html Css Color HEX #B93FCB Medium Orchid

📋 copy color: '#B93FCB'

red 185 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #B93FCB

Tints of Medium Orchid #B93FCB

RGB

 RED value IS 185 (72.66% from 255) = 41.02%

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 41.02%
G = 13.97%
B = 45.01%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B93FCB (or 0xB93FCB) is known color: Medium Orchid. HEX triplet: B9, 3F and CB. RGB value is (185,63,203). Sum of RGB (Red+Green+Blue) = 185+63+203=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B93FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FCB is #46C034. Grayscale: #727272. Windows color (decimal): -4636725 or 13320121. OLE color: 13320121.

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

Color convert

RGB 185 63 203 -
CMYK 0.09 0.69 0 0.20
HSL 292.29º 0.57% 0.52% -
HSV(B) 292.29º 0.69% 0.8% -
XYZ 32.56 18.18 58.29 -
YUV 115.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 185 63 203 0.09 0.69 0 0.20 292.29 0.57 0.52
Hex B9 3F CB 9 45 0 14 124 39 34
Octal 271 77 313 11 105 0 24 444 71 64
Binary 10111001 111111 11001011 1001 1000101 0 10100 100100100 111001 110100

Color Harmonies of #B93FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FCB

Black with #B93FCB

Text Example


Text Example

White with #B93FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FCB; }

 p { color: rgb(185,63,203); }

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

background-color css

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

 a { background-color: rgb(185,63,203); }

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

border-color css

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

 span { border-color: rgb(185,63,203); }

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