Html Css Color HEX #B85FDA Medium Orchid

📋 copy color: '#B85FDA'

red 184 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #B85FDA

Tints of Medium Orchid #B85FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 37.02%
G = 19.11%
B = 43.86%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B85FDA (or 0xB85FDA) is known color: Medium Orchid. HEX triplet: B8, 5F and DA. RGB value is (184,95,218). Sum of RGB (Red+Green+Blue) = 184+95+218=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B85FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FDA is #47A025. Grayscale: #878787. Windows color (decimal): -4694054 or 14311352. OLE color: 14311352.

HSL color Cylindrical-coordinate representation of color #B85FDA: hue angle of 283.41º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85FDA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 95 218 -
CMYK 0.16 0.56 0 0.15
HSL 283.41º 0.62% 0.61% -
HSV(B) 283.41º 0.56% 0.85% -
XYZ 36.51 23.44 68.93 -
YUV 135.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 184 95 218 0.16 0.56 0 0.15 283.41 0.62 0.61
Hex B8 5F DA 10 38 0 F 11B 3E 3D
Octal 270 137 332 20 70 0 17 433 76 75
Binary 10111000 1011111 11011010 10000 111000 0 1111 100011011 111110 111101

Color Harmonies of #B85FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FDA

Black with #B85FDA

Text Example


Text Example

White with #B85FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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