Html Css Color HEX #B64DEC Medium Orchid

📋 copy color: '#B64DEC'

red 182 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #B64DEC

Tints of Medium Orchid #B64DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.56%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 36.77%
G = 15.56%
B = 47.68%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64DEC (or 0xB64DEC) is known color: Medium Orchid. HEX triplet: B6, 4D and EC. RGB value is (182,77,236). Sum of RGB (Red+Green+Blue) = 182+77+236=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #B64DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DEC is #49B213. Grayscale: #7D7D7D. Windows color (decimal): -4829716 or 15486390. OLE color: 15486390.

HSL color Cylindrical-coordinate representation of color #B64DEC: hue angle of 279.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64DEC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 77 236 -
CMYK 0.23 0.67 0 0.07
HSL 279.62º 0.81% 0.61% -
HSV(B) 279.62º 0.67% 0.93% -
XYZ 37.09 21.31 81.52 -
YUV 126.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 182 77 236 0.23 0.67 0 0.07 279.62 0.81 0.61
Hex B6 4D EC 17 43 0 7 118 51 3D
Octal 266 115 354 27 103 0 7 430 121 75
Binary 10110110 1001101 11101100 10111 1000011 0 111 100011000 1010001 111101

Color Harmonies of #B64DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DEC

Black with #B64DEC

Text Example


Text Example

White with #B64DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DEC; }

 p { color: rgb(182,77,236); }

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

background-color css

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

 a { background-color: rgb(182,77,236); }

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

border-color css

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

 span { border-color: rgb(182,77,236); }

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