Html Css Color HEX #B85DFD Medium Orchid

📋 copy color: '#B85DFD'

red 184 ◦ green 93 ◦ blue 253

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

Shades of Medium Orchid #B85DFD

Tints of Medium Orchid #B85DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.55%

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

R = 34.72%
G = 17.55%
B = 47.74%

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

#B85DFD (or 0xB85DFD) is known color: Medium Orchid. HEX triplet: B8, 5D and FD. RGB value is (184,93,253). Sum of RGB (Red+Green+Blue) = 184+93+253=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #B85DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DFD is #47A202. Grayscale: #898989. Windows color (decimal): -4694531 or 16604600. OLE color: 16604600.

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

Color convert

RGB 184 93 253 -
CMYK 0.27 0.63 0 0.01
HSL 274.13º 0.98% 0.68% -
HSV(B) 274.13º 0.63% 0.99% -
XYZ 41.41 25.11 95.59 -
YUV 138.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 184 93 253 0.27 0.63 0 0.01 274.13 0.98 0.68
Hex B8 5D FD 1B 3F 0 1 112 62 44
Octal 270 135 375 33 77 0 1 422 142 104
Binary 10111000 1011101 11111101 11011 111111 0 1 100010010 1100010 1000100

Color Harmonies of #B85DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DFD

Black with #B85DFD

Text Example


Text Example

White with #B85DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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