Html Css Color HEX #B93CF7 Medium Orchid

📋 copy color: '#B93CF7'

red 185 ◦ green 60 ◦ blue 247

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

Shades of Medium Orchid #B93CF7

Tints of Medium Orchid #B93CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 37.6%
G = 12.2%
B = 50.2%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B93CF7 (or 0xB93CF7) is known color: Medium Orchid. HEX triplet: B9, 3C and F7. RGB value is (185,60,247). Sum of RGB (Red+Green+Blue) = 185+60+247=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #B93CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CF7 is #46C308. Grayscale: #767676. Windows color (decimal): -4637449 or 16202937. OLE color: 16202937.

HSL color Cylindrical-coordinate representation of color #B93CF7: hue angle of 280.11º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93CF7 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 60 247 -
CMYK 0.25 0.76 0 0.03
HSL 280.11º 0.92% 0.6% -
HSV(B) 280.11º 0.76% 0.97% -
XYZ 38.41 20.26 89.88 -
YUV 118.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 185 60 247 0.25 0.76 0 0.03 280.11 0.92 0.6
Hex B9 3C F7 19 4C 0 3 118 5C 3C
Octal 271 74 367 31 114 0 3 430 134 74
Binary 10111001 111100 11110111 11001 1001100 0 11 100011000 1011100 111100

Color Harmonies of #B93CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CF7

Black with #B93CF7

Text Example


Text Example

White with #B93CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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