Html Css Color HEX #B93CCA Medium Orchid

📋 copy color: '#B93CCA'

red 185 ◦ green 60 ◦ blue 202

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

Shades of Medium Orchid #B93CCA

Tints of Medium Orchid #B93CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.42%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 41.39%
G = 13.42%
B = 45.19%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B93CCA (or 0xB93CCA) is known color: Medium Orchid. HEX triplet: B9, 3C and CA. RGB value is (185,60,202). Sum of RGB (Red+Green+Blue) = 185+60+202=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #B93CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCA is #46C335. Grayscale: #717171. Windows color (decimal): -4637494 or 13253817. OLE color: 13253817.

HSL color Cylindrical-coordinate representation of color #B93CCA: hue angle of 292.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93CCA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 60 202 -
CMYK 0.08 0.70 0 0.21
HSL 292.82º 0.57% 0.51% -
HSV(B) 292.82º 0.7% 0.79% -
XYZ 32.28 17.81 57.61 -
YUV 113.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 185 60 202 0.08 0.70 0 0.21 292.82 0.57 0.51
Hex B9 3C CA 8 46 0 15 125 39 33
Octal 271 74 312 10 106 0 25 445 71 63
Binary 10111001 111100 11001010 1000 1000110 0 10101 100100101 111001 110011

Color Harmonies of #B93CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CCA

Black with #B93CCA

Text Example


Text Example

White with #B93CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CCA; }

 p { color: rgb(185,60,202); }

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

background-color css

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

 a { background-color: rgb(185,60,202); }

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

border-color css

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

 span { border-color: rgb(185,60,202); }

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