Html Css Color HEX #BD62DF Medium Orchid

📋 copy color: '#BD62DF'

red 189 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #BD62DF

Tints of Medium Orchid #BD62DF

RGB

 RED value IS 189 (74.22% from 255) = 37.06%

 GREEN value IS 98 (38.67% from 255) = 19.22%

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

R = 37.06%
G = 19.22%
B = 43.73%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD62DF (or 0xBD62DF) is known color: Medium Orchid. HEX triplet: BD, 62 and DF. RGB value is (189,98,223). Sum of RGB (Red+Green+Blue) = 189+98+223=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62DF is #429D20. Grayscale: #8B8B8B. Windows color (decimal): -4365601 or 14639805. OLE color: 14639805.

HSL color Cylindrical-coordinate representation of color #BD62DF: hue angle of 283.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD62DF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 98 223 -
CMYK 0.15 0.56 0 0.13
HSL 283.68º 0.66% 0.63% -
HSV(B) 283.68º 0.56% 0.87% -
XYZ 38.67 24.88 72.58 -
YUV 139.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 189 98 223 0.15 0.56 0 0.13 283.68 0.66 0.63
Hex BD 62 DF F 38 0 D 11C 42 3F
Octal 275 142 337 17 70 0 15 434 102 77
Binary 10111101 1100010 11011111 1111 111000 0 1101 100011100 1000010 111111

Color Harmonies of #BD62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62DF

Black with #BD62DF

Text Example


Text Example

White with #BD62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62DF; }

 p { color: rgb(189,98,223); }

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

background-color css

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

 a { background-color: rgb(189,98,223); }

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

border-color css

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

 span { border-color: rgb(189,98,223); }

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