Html Css Color HEX #B93CFA Medium Orchid

📋 copy color: '#B93CFA'

red 185 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #B93CFA

Tints of Medium Orchid #B93CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 37.37%
G = 12.12%
B = 50.51%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B93CFA (or 0xB93CFA) is known color: Medium Orchid. HEX triplet: B9, 3C and FA. RGB value is (185,60,250). Sum of RGB (Red+Green+Blue) = 185+60+250=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #B93CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CFA is #46C305. Grayscale: #767676. Windows color (decimal): -4637446 or 16399545. OLE color: 16399545.

HSL color Cylindrical-coordinate representation of color #B93CFA: hue angle of 279.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93CFA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 60 250 -
CMYK 0.26 0.76 0 0.02
HSL 279.47º 0.95% 0.61% -
HSV(B) 279.47º 0.76% 0.98% -
XYZ 38.88 20.45 92.34 -
YUV 119.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 185 60 250 0.26 0.76 0 0.02 279.47 0.95 0.61
Hex B9 3C FA 1A 4C 0 2 117 5F 3D
Octal 271 74 372 32 114 0 2 427 137 75
Binary 10111001 111100 11111010 11010 1001100 0 10 100010111 1011111 111101

Color Harmonies of #B93CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CFA

Black with #B93CFA

Text Example


Text Example

White with #B93CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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