Html Css Color HEX #B65BDA Medium Orchid

📋 copy color: '#B65BDA'

red 182 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #B65BDA

Tints of Medium Orchid #B65BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

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

R = 37.07%
G = 18.53%
B = 44.4%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B65BDA (or 0xB65BDA) is known color: Medium Orchid. HEX triplet: B6, 5B and DA. RGB value is (182,91,218). Sum of RGB (Red+Green+Blue) = 182+91+218=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B65BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BDA is #49A425. Grayscale: #848484. Windows color (decimal): -4826150 or 14310326. OLE color: 14310326.

HSL color Cylindrical-coordinate representation of color #B65BDA: hue angle of 282.99º 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 #B65BDA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 91 218 -
CMYK 0.17 0.58 0 0.15
HSL 282.99º 0.63% 0.61% -
HSV(B) 282.99º 0.58% 0.85% -
XYZ 35.69 22.49 68.79 -
YUV 132.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 182 91 218 0.17 0.58 0 0.15 282.99 0.63 0.61
Hex B6 5B DA 11 3A 0 F 11B 3F 3D
Octal 266 133 332 21 72 0 17 433 77 75
Binary 10110110 1011011 11011010 10001 111010 0 1111 100011011 111111 111101

Color Harmonies of #B65BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BDA

Black with #B65BDA

Text Example


Text Example

White with #B65BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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