Html Css Color HEX #B85FFC Medium Orchid

📋 copy color: '#B85FFC'

red 184 ◦ green 95 ◦ blue 252

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

Shades of Medium Orchid #B85FFC

Tints of Medium Orchid #B85FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

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

R = 34.65%
G = 17.89%
B = 47.46%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B85FFC (or 0xB85FFC) is known color: Medium Orchid. HEX triplet: B8, 5F and FC. RGB value is (184,95,252). Sum of RGB (Red+Green+Blue) = 184+95+252=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #B85FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FFC is #47A003. Grayscale: #8A8A8A. Windows color (decimal): -4694020 or 16539576. OLE color: 16539576.

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

Color convert

RGB 184 95 252 -
CMYK 0.27 0.62 0 0.01
HSL 274.01º 0.96% 0.68% -
HSV(B) 274.01º 0.62% 0.99% -
XYZ 41.43 25.4 94.82 -
YUV 139.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 184 95 252 0.27 0.62 0 0.01 274.01 0.96 0.68
Hex B8 5F FC 1B 3E 0 1 112 60 44
Octal 270 137 374 33 76 0 1 422 140 104
Binary 10111000 1011111 11111100 11011 111110 0 1 100010010 1100000 1000100

Color Harmonies of #B85FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FFC

Black with #B85FFC

Text Example


Text Example

White with #B85FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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