Html Css Color HEX #B93CFC Medium Orchid

📋 copy color: '#B93CFC'

red 185 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #B93CFC

Tints of Medium Orchid #B93CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 37.22%
G = 12.07%
B = 50.7%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B93CFC (or 0xB93CFC) is known color: Medium Orchid. HEX triplet: B9, 3C and FC. RGB value is (185,60,252). Sum of RGB (Red+Green+Blue) = 185+60+252=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #B93CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CFC is #46C303. Grayscale: #767676. Windows color (decimal): -4637444 or 16530617. OLE color: 16530617.

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

Color convert

RGB 185 60 252 -
CMYK 0.27 0.76 0 0.01
HSL 279.06º 0.97% 0.61% -
HSV(B) 279.06º 0.76% 0.99% -
XYZ 39.19 20.57 94 -
YUV 119.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 185 60 252 0.27 0.76 0 0.01 279.06 0.97 0.61
Hex B9 3C FC 1B 4C 0 1 117 61 3D
Octal 271 74 374 33 114 0 1 427 141 75
Binary 10111001 111100 11111100 11011 1001100 0 1 100010111 1100001 111101

Color Harmonies of #B93CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CFC

Black with #B93CFC

Text Example


Text Example

White with #B93CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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