Html Css Color HEX #B93CCF Medium Orchid

📋 copy color: '#B93CCF'

red 185 ◦ green 60 ◦ blue 207

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

Shades of Medium Orchid #B93CCF

Tints of Medium Orchid #B93CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 40.93%
G = 13.27%
B = 45.8%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B93CCF (or 0xB93CCF) is known color: Medium Orchid. HEX triplet: B9, 3C and CF. RGB value is (185,60,207). Sum of RGB (Red+Green+Blue) = 185+60+207=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #B93CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCF is #46C330. Grayscale: #717171. Windows color (decimal): -4637489 or 13581497. OLE color: 13581497.

HSL color Cylindrical-coordinate representation of color #B93CCF: hue angle of 291.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93CCF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 60 207 -
CMYK 0.11 0.71 0 0.19
HSL 291.02º 0.6% 0.52% -
HSV(B) 291.02º 0.71% 0.81% -
XYZ 32.89 18.05 60.78 -
YUV 114.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 185 60 207 0.11 0.71 0 0.19 291.02 0.6 0.52
Hex B9 3C CF B 47 0 13 123 3C 34
Octal 271 74 317 13 107 0 23 443 74 64
Binary 10111001 111100 11001111 1011 1000111 0 10011 100100011 111100 110100

Color Harmonies of #B93CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CCF

Black with #B93CCF

Text Example


Text Example

White with #B93CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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