Html Css Color HEX #B93FCC Medium Orchid

📋 copy color: '#B93FCC'

red 185 ◦ green 63 ◦ blue 204

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

Shades of Medium Orchid #B93FCC

Tints of Medium Orchid #B93FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 40.93%
G = 13.94%
B = 45.13%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B93FCC (or 0xB93FCC) is known color: Medium Orchid. HEX triplet: B9, 3F and CC. RGB value is (185,63,204). Sum of RGB (Red+Green+Blue) = 185+63+204=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B93FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FCC is #46C033. Grayscale: #737373. Windows color (decimal): -4636724 or 13385657. OLE color: 13385657.

HSL color Cylindrical-coordinate representation of color #B93FCC: hue angle of 291.91º degrees, saturation: 0.58, 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 #B93FCC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 63 204 -
CMYK 0.09 0.69 0 0.2
HSL 291.91º 0.58% 0.52% -
HSV(B) 291.91º 0.69% 0.8% -
XYZ 32.68 18.23 58.92 -
YUV 115.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 185 63 204 0.09 0.69 0 0.2 291.91 0.58 0.52
Hex B9 3F CC 9 45 0 14 124 3A 34
Octal 271 77 314 11 105 0 24 444 72 64
Binary 10111001 111111 11001100 1001 1000101 0 10100 100100100 111010 110100

Color Harmonies of #B93FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FCC

Black with #B93FCC

Text Example


Text Example

White with #B93FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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