Html Css Color HEX #BD6FDA Medium Orchid

📋 copy color: '#BD6FDA'

red 189 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #BD6FDA

Tints of Medium Orchid #BD6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 36.49%
G = 21.43%
B = 42.08%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD6FDA (or 0xBD6FDA) is known color: Medium Orchid. HEX triplet: BD, 6F and DA. RGB value is (189,111,218). Sum of RGB (Red+Green+Blue) = 189+111+218=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FDA is #429025. Grayscale: #929292. Windows color (decimal): -4362278 or 14315453. OLE color: 14315453.

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

Color convert

RGB 189 111 218 -
CMYK 0.13 0.49 0 0.15
HSL 283.74º 0.59% 0.65% -
HSV(B) 283.74º 0.49% 0.85% -
XYZ 39.33 27.25 69.52 -
YUV 146.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 189 111 218 0.13 0.49 0 0.15 283.74 0.59 0.65
Hex BD 6F DA D 31 0 F 11C 3B 41
Octal 275 157 332 15 61 0 17 434 73 101
Binary 10111101 1101111 11011010 1101 110001 0 1111 100011100 111011 1000001

Color Harmonies of #BD6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FDA

Black with #BD6FDA

Text Example


Text Example

White with #BD6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FDA; }

 p { color: rgb(189,111,218); }

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

background-color css

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

 a { background-color: rgb(189,111,218); }

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

border-color css

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

 span { border-color: rgb(189,111,218); }

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