Html Css Color HEX #B64DED Medium Orchid

📋 copy color: '#B64DED'

red 182 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #B64DED

Tints of Medium Orchid #B64DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 36.69%
G = 15.52%
B = 47.78%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64DED (or 0xB64DED) is known color: Medium Orchid. HEX triplet: B6, 4D and ED. RGB value is (182,77,237). Sum of RGB (Red+Green+Blue) = 182+77+237=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #B64DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DED is #49B212. Grayscale: #7E7E7E. Windows color (decimal): -4829715 or 15551926. OLE color: 15551926.

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

Color convert

RGB 182 77 237 -
CMYK 0.23 0.68 0 0.07
HSL 279.38º 0.82% 0.62% -
HSV(B) 279.38º 0.68% 0.93% -
XYZ 37.23 21.37 82.28 -
YUV 126.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 182 77 237 0.23 0.68 0 0.07 279.38 0.82 0.62
Hex B6 4D ED 17 44 0 7 117 52 3E
Octal 266 115 355 27 104 0 7 427 122 76
Binary 10110110 1001101 11101101 10111 1000100 0 111 100010111 1010010 111110

Color Harmonies of #B64DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DED

Black with #B64DED

Text Example


Text Example

White with #B64DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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