Html Css Color HEX #B85CDA Medium Orchid

📋 copy color: '#B85CDA'

red 184 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #B85CDA

Tints of Medium Orchid #B85CDA

RGB

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

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

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

R = 37.25%
G = 18.62%
B = 44.13%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B85CDA (or 0xB85CDA) is known color: Medium Orchid. HEX triplet: B8, 5C and DA. RGB value is (184,92,218). Sum of RGB (Red+Green+Blue) = 184+92+218=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #B85CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CDA is #47A325. Grayscale: #858585. Windows color (decimal): -4694822 or 14310584. OLE color: 14310584.

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

Color convert

RGB 184 92 218 -
CMYK 0.16 0.58 0 0.15
HSL 283.81º 0.63% 0.61% -
HSV(B) 283.81º 0.58% 0.85% -
XYZ 36.25 22.91 68.84 -
YUV 133.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 184 92 218 0.16 0.58 0 0.15 283.81 0.63 0.61
Hex B8 5C DA 10 3A 0 F 11C 3F 3D
Octal 270 134 332 20 72 0 17 434 77 75
Binary 10111000 1011100 11011010 10000 111010 0 1111 100011100 111111 111101

Color Harmonies of #B85CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CDA

Black with #B85CDA

Text Example


Text Example

White with #B85CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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