Html Css Color HEX #B93AF8 Medium Orchid

📋 copy color: '#B93AF8'

red 185 ◦ green 58 ◦ blue 248

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

Shades of Medium Orchid #B93AF8

Tints of Medium Orchid #B93AF8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.81%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 37.68%
G = 11.81%
B = 50.51%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B93AF8 (or 0xB93AF8) is known color: Medium Orchid. HEX triplet: B9, 3A and F8. RGB value is (185,58,248). Sum of RGB (Red+Green+Blue) = 185+58+248=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #B93AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AF8 is #46C507. Grayscale: #757575. Windows color (decimal): -4637960 or 16267961. OLE color: 16267961.

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

Color convert

RGB 185 58 248 -
CMYK 0.25 0.77 0 0.03
HSL 280.11º 0.93% 0.6% -
HSV(B) 280.11º 0.77% 0.97% -
XYZ 38.46 20.12 90.66 -
YUV 117.63 201.58 176.05 -
System Red Green Blue C M Y K H S L
Decimal 185 58 248 0.25 0.77 0 0.03 280.11 0.93 0.6
Hex B9 3A F8 19 4D 0 3 118 5D 3C
Octal 271 72 370 31 115 0 3 430 135 74
Binary 10111001 111010 11111000 11001 1001101 0 11 100011000 1011101 111100

Color Harmonies of #B93AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AF8

Black with #B93AF8

Text Example


Text Example

White with #B93AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AF8; }

 p { color: rgb(185,58,248); }

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

background-color css

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

 a { background-color: rgb(185,58,248); }

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

border-color css

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

 span { border-color: rgb(185,58,248); }

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