Html Css Color HEX #B65DE6 Medium Orchid

📋 copy color: '#B65DE6'

red 182 ◦ green 93 ◦ blue 230

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

Shades of Medium Orchid #B65DE6

Tints of Medium Orchid #B65DE6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 36.04%
G = 18.42%
B = 45.54%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B65DE6 (or 0xB65DE6) is known color: Medium Orchid. HEX triplet: B6, 5D and E6. RGB value is (182,93,230). Sum of RGB (Red+Green+Blue) = 182+93+230=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #B65DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DE6 is #49A219. Grayscale: #868686. Windows color (decimal): -4825626 or 15097270. OLE color: 15097270.

HSL color Cylindrical-coordinate representation of color #B65DE6: hue angle of 278.98º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65DE6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 93 230 -
CMYK 0.21 0.60 0 0.10
HSL 278.98º 0.73% 0.63% -
HSV(B) 278.98º 0.6% 0.9% -
XYZ 37.49 23.49 77.42 -
YUV 135.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 182 93 230 0.21 0.60 0 0.10 278.98 0.73 0.63
Hex B6 5D E6 15 3C 0 A 117 49 3F
Octal 266 135 346 25 74 0 12 427 111 77
Binary 10110110 1011101 11100110 10101 111100 0 1010 100010111 1001001 111111

Color Harmonies of #B65DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DE6

Black with #B65DE6

Text Example


Text Example

White with #B65DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DE6; }

 p { color: rgb(182,93,230); }

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

background-color css

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

 a { background-color: rgb(182,93,230); }

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

border-color css

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

 span { border-color: rgb(182,93,230); }

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