Html Css Color HEX #B65EDA Medium Orchid

📋 copy color: '#B65EDA'

red 182 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #B65EDA

Tints of Medium Orchid #B65EDA

RGB

 RED value IS 182 (71.48% from 255) = 36.84%

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

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

R = 36.84%
G = 19.03%
B = 44.13%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B65EDA (or 0xB65EDA) is known color: Medium Orchid. HEX triplet: B6, 5E and DA. RGB value is (182,94,218). Sum of RGB (Red+Green+Blue) = 182+94+218=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 94 (37.11% from 255 or 19.03% 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 #B65EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EDA is #49A125. Grayscale: #868686. Windows color (decimal): -4825382 or 14311094. OLE color: 14311094.

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

Color convert

RGB 182 94 218 -
CMYK 0.17 0.57 0 0.15
HSL 282.58º 0.63% 0.61% -
HSV(B) 282.58º 0.57% 0.85% -
XYZ 35.95 23.01 68.88 -
YUV 134.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 182 94 218 0.17 0.57 0 0.15 282.58 0.63 0.61
Hex B6 5E DA 11 39 0 F 11B 3F 3D
Octal 266 136 332 21 71 0 17 433 77 75
Binary 10110110 1011110 11011010 10001 111001 0 1111 100011011 111111 111101

Color Harmonies of #B65EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EDA

Black with #B65EDA

Text Example


Text Example

White with #B65EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EDA; }

 p { color: rgb(182,94,218); }

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

background-color css

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

 a { background-color: rgb(182,94,218); }

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

border-color css

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

 span { border-color: rgb(182,94,218); }

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