Html Css Color HEX #B85CFD Medium Orchid

📋 copy color: '#B85CFD'

red 184 ◦ green 92 ◦ blue 253

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

Shades of Medium Orchid #B85CFD

Tints of Medium Orchid #B85CFD

RGB

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

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

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

R = 34.78%
G = 17.39%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B85CFD (or 0xB85CFD) is known color: Medium Orchid. HEX triplet: B8, 5C and FD. RGB value is (184,92,253). Sum of RGB (Red+Green+Blue) = 184+92+253=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #B85CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CFD is #47A302. Grayscale: #898989. Windows color (decimal): -4694787 or 16604344. OLE color: 16604344.

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

Color convert

RGB 184 92 253 -
CMYK 0.27 0.64 0 0.01
HSL 274.29º 0.98% 0.68% -
HSV(B) 274.29º 0.64% 0.99% -
XYZ 41.32 24.94 95.56 -
YUV 137.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 184 92 253 0.27 0.64 0 0.01 274.29 0.98 0.68
Hex B8 5C FD 1B 40 0 1 112 62 44
Octal 270 134 375 33 100 0 1 422 142 104
Binary 10111000 1011100 11111101 11011 1000000 0 1 100010010 1100010 1000100

Color Harmonies of #B85CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CFD

Black with #B85CFD

Text Example


Text Example

White with #B85CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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