Html Css Color HEX #B93BFD Medium Orchid

📋 copy color: '#B93BFD'

red 185 ◦ green 59 ◦ blue 253

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

Shades of Medium Orchid #B93BFD

Tints of Medium Orchid #B93BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.87%

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

R = 37.22%
G = 11.87%
B = 50.91%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B93BFD (or 0xB93BFD) is known color: Medium Orchid. HEX triplet: B9, 3B and FD. RGB value is (185,59,253). Sum of RGB (Red+Green+Blue) = 185+59+253=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B93BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BFD is #46C402. Grayscale: #767676. Windows color (decimal): -4637699 or 16595897. OLE color: 16595897.

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

Color convert

RGB 185 59 253 -
CMYK 0.27 0.77 0 0.01
HSL 278.97º 0.98% 0.61% -
HSV(B) 278.97º 0.77% 0.99% -
XYZ 39.3 20.53 94.82 -
YUV 118.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 185 59 253 0.27 0.77 0 0.01 278.97 0.98 0.61
Hex B9 3B FD 1B 4D 0 1 117 62 3D
Octal 271 73 375 33 115 0 1 427 142 75
Binary 10111001 111011 11111101 11011 1001101 0 1 100010111 1100010 111101

Color Harmonies of #B93BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BFD

Black with #B93BFD

Text Example


Text Example

White with #B93BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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