Html Css Color HEX #B64DDF Medium Orchid

📋 copy color: '#B64DDF'

red 182 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #B64DDF

Tints of Medium Orchid #B64DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 37.76%
G = 15.98%
B = 46.27%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B64DDF (or 0xB64DDF) is known color: Medium Orchid. HEX triplet: B6, 4D and DF. RGB value is (182,77,223). Sum of RGB (Red+Green+Blue) = 182+77+223=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #B64DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DDF is #49B220. Grayscale: #7C7C7C. Windows color (decimal): -4829729 or 14634422. OLE color: 14634422.

HSL color Cylindrical-coordinate representation of color #B64DDF: hue angle of 283.15º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64DDF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 77 223 -
CMYK 0.18 0.65 0 0.13
HSL 283.15º 0.7% 0.59% -
HSV(B) 283.15º 0.65% 0.87% -
XYZ 35.26 20.58 71.93 -
YUV 125.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 182 77 223 0.18 0.65 0 0.13 283.15 0.7 0.59
Hex B6 4D DF 12 41 0 D 11B 46 3B
Octal 266 115 337 22 101 0 15 433 106 73
Binary 10110110 1001101 11011111 10010 1000001 0 1101 100011011 1000110 111011

Color Harmonies of #B64DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DDF

Black with #B64DDF

Text Example


Text Example

White with #B64DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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