Html Css Color HEX #B85EFD Medium Orchid

📋 copy color: '#B85EFD'

red 184 ◦ green 94 ◦ blue 253

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

Shades of Medium Orchid #B85EFD

Tints of Medium Orchid #B85EFD

RGB

 RED value IS 184 (72.27% from 255) = 34.65%

 GREEN value IS 94 (37.11% from 255) = 17.7%

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

R = 34.65%
G = 17.7%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B85EFD (or 0xB85EFD) is known color: Medium Orchid. HEX triplet: B8, 5E and FD. RGB value is (184,94,253). Sum of RGB (Red+Green+Blue) = 184+94+253=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #B85EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EFD is #47A102. Grayscale: #8A8A8A. Windows color (decimal): -4694275 or 16604856. OLE color: 16604856.

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

Color convert

RGB 184 94 253 -
CMYK 0.27 0.63 0 0.01
HSL 273.96º 0.98% 0.68% -
HSV(B) 273.96º 0.63% 0.99% -
XYZ 41.5 25.29 95.62 -
YUV 139.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 184 94 253 0.27 0.63 0 0.01 273.96 0.98 0.68
Hex B8 5E FD 1B 3F 0 1 112 62 44
Octal 270 136 375 33 77 0 1 422 142 104
Binary 10111000 1011110 11111101 11011 111111 0 1 100010010 1100010 1000100

Color Harmonies of #B85EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EFD

Black with #B85EFD

Text Example


Text Example

White with #B85EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EFD; }

 p { color: rgb(184,94,253); }

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

background-color css

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

 a { background-color: rgb(184,94,253); }

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

border-color css

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

 span { border-color: rgb(184,94,253); }

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