Html Css Color HEX #B65ADA Medium Orchid

📋 copy color: '#B65ADA'

red 182 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #B65ADA

Tints of Medium Orchid #B65ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

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

R = 37.14%
G = 18.37%
B = 44.49%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B65ADA (or 0xB65ADA) is known color: Medium Orchid. HEX triplet: B6, 5A and DA. RGB value is (182,90,218). Sum of RGB (Red+Green+Blue) = 182+90+218=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #B65ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ADA is #49A525. Grayscale: #838383. Windows color (decimal): -4826406 or 14310070. OLE color: 14310070.

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

Color convert

RGB 182 90 218 -
CMYK 0.17 0.59 0 0.15
HSL 283.13º 0.63% 0.6% -
HSV(B) 283.13º 0.59% 0.85% -
XYZ 35.6 22.32 68.76 -
YUV 132.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 182 90 218 0.17 0.59 0 0.15 283.13 0.63 0.6
Hex B6 5A DA 11 3B 0 F 11B 3F 3C
Octal 266 132 332 21 73 0 17 433 77 74
Binary 10110110 1011010 11011010 10001 111011 0 1111 100011011 111111 111100

Color Harmonies of #B65ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ADA

Black with #B65ADA

Text Example


Text Example

White with #B65ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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