Html Css Color HEX #B85EFC Medium Orchid

📋 copy color: '#B85EFC'

red 184 ◦ green 94 ◦ blue 252

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

Shades of Medium Orchid #B85EFC

Tints of Medium Orchid #B85EFC

RGB

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

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

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

R = 34.72%
G = 17.74%
B = 47.55%

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

#B85EFC (or 0xB85EFC) is known color: Medium Orchid. HEX triplet: B8, 5E and FC. RGB value is (184,94,252). Sum of RGB (Red+Green+Blue) = 184+94+252=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #B85EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EFC is #47A103. Grayscale: #8A8A8A. Windows color (decimal): -4694276 or 16539320. OLE color: 16539320.

HSL color Cylindrical-coordinate representation of color #B85EFC: hue angle of 274.18º degrees, saturation: 0.96, 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 #B85EFC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 94 252 -
CMYK 0.27 0.63 0 0.01
HSL 274.18º 0.96% 0.68% -
HSV(B) 274.18º 0.63% 0.99% -
XYZ 41.34 25.22 94.79 -
YUV 138.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 184 94 252 0.27 0.63 0 0.01 274.18 0.96 0.68
Hex B8 5E FC 1B 3F 0 1 112 60 44
Octal 270 136 374 33 77 0 1 422 140 104
Binary 10111000 1011110 11111100 11011 111111 0 1 100010010 1100000 1000100

Color Harmonies of #B85EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EFC

Black with #B85EFC

Text Example


Text Example

White with #B85EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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