Html Css Color HEX #B85EEA Medium Orchid

📋 copy color: '#B85EEA'

red 184 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #B85EEA

Tints of Medium Orchid #B85EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.36%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 35.94%
G = 18.36%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B85EEA (or 0xB85EEA) is known color: Medium Orchid. HEX triplet: B8, 5E and EA. RGB value is (184,94,234). Sum of RGB (Red+Green+Blue) = 184+94+234=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #B85EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EEA is #47A115. Grayscale: #888888. Windows color (decimal): -4694294 or 15359672. OLE color: 15359672.

HSL color Cylindrical-coordinate representation of color #B85EEA: hue angle of 278.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85EEA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 94 234 -
CMYK 0.21 0.60 0 0.08
HSL 278.57º 0.77% 0.64% -
HSV(B) 278.57º 0.6% 0.92% -
XYZ 38.62 24.14 80.47 -
YUV 136.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 184 94 234 0.21 0.60 0 0.08 278.57 0.77 0.64
Hex B8 5E EA 15 3C 0 8 117 4D 40
Octal 270 136 352 25 74 0 10 427 115 100
Binary 10111000 1011110 11101010 10101 111100 0 1000 100010111 1001101 1000000

Color Harmonies of #B85EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EEA

Black with #B85EEA

Text Example


Text Example

White with #B85EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EEA; }

 p { color: rgb(184,94,234); }

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

background-color css

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

 a { background-color: rgb(184,94,234); }

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

border-color css

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

 span { border-color: rgb(184,94,234); }

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