Html Css Color HEX #B93FFD Medium Orchid

📋 copy color: '#B93FFD'

red 185 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #B93FFD

Tints of Medium Orchid #B93FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 36.93%
G = 12.57%
B = 50.5%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B93FFD (or 0xB93FFD) is known color: Medium Orchid. HEX triplet: B9, 3F and FD. RGB value is (185,63,253). Sum of RGB (Red+Green+Blue) = 185+63+253=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #B93FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FFD is #46C002. Grayscale: #787878. Windows color (decimal): -4636675 or 16596921. OLE color: 16596921.

HSL color Cylindrical-coordinate representation of color #B93FFD: hue angle of 278.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93FFD is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 63 253 -
CMYK 0.27 0.75 0 0.01
HSL 278.53º 0.98% 0.62% -
HSV(B) 278.53º 0.75% 0.99% -
XYZ 39.51 20.96 94.89 -
YUV 121.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 185 63 253 0.27 0.75 0 0.01 278.53 0.98 0.62
Hex B9 3F FD 1B 4B 0 1 117 62 3E
Octal 271 77 375 33 113 0 1 427 142 76
Binary 10111001 111111 11111101 11011 1001011 0 1 100010111 1100010 111110

Color Harmonies of #B93FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FFD

Black with #B93FFD

Text Example


Text Example

White with #B93FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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