Html Css Color HEX #B85CF1 Medium Orchid

📋 copy color: '#B85CF1'

red 184 ◦ green 92 ◦ blue 241

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

Shades of Medium Orchid #B85CF1

Tints of Medium Orchid #B85CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.79%

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 35.59%
G = 17.79%
B = 46.62%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B85CF1 (or 0xB85CF1) is known color: Medium Orchid. HEX triplet: B8, 5C and F1. RGB value is (184,92,241). Sum of RGB (Red+Green+Blue) = 184+92+241=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #B85CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CF1 is #47A30E. Grayscale: #878787. Windows color (decimal): -4694799 or 15817912. OLE color: 15817912.

HSL color Cylindrical-coordinate representation of color #B85CF1: hue angle of 277.05º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85CF1 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 92 241 -
CMYK 0.24 0.62 0 0.05
HSL 277.05º 0.84% 0.65% -
HSV(B) 277.05º 0.62% 0.95% -
XYZ 39.47 24.2 85.81 -
YUV 136.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 184 92 241 0.24 0.62 0 0.05 277.05 0.84 0.65
Hex B8 5C F1 18 3E 0 5 115 54 41
Octal 270 134 361 30 76 0 5 425 124 101
Binary 10111000 1011100 11110001 11000 111110 0 101 100010101 1010100 1000001

Color Harmonies of #B85CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CF1

Black with #B85CF1

Text Example


Text Example

White with #B85CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CF1; }

 p { color: rgb(184,92,241); }

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

background-color css

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

 a { background-color: rgb(184,92,241); }

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

border-color css

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

 span { border-color: rgb(184,92,241); }

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