Html Css Color HEX #BD6AF0 Medium Orchid

📋 copy color: '#BD6AF0'

red 189 ◦ green 106 ◦ blue 240

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

Shades of Medium Orchid #BD6AF0

Tints of Medium Orchid #BD6AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.81%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 35.33%
G = 19.81%
B = 44.86%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD6AF0 (or 0xBD6AF0) is known color: Medium Orchid. HEX triplet: BD, 6A and F0. RGB value is (189,106,240). Sum of RGB (Red+Green+Blue) = 189+106+240=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AF0 is #42950F. Grayscale: #919191. Windows color (decimal): -4363536 or 15755965. OLE color: 15755965.

HSL color Cylindrical-coordinate representation of color #BD6AF0: hue angle of 277.16º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6AF0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 106 240 -
CMYK 0.21 0.56 0 0.06
HSL 277.16º 0.82% 0.68% -
HSV(B) 277.16º 0.56% 0.94% -
XYZ 41.87 27.42 85.52 -
YUV 146.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 189 106 240 0.21 0.56 0 0.06 277.16 0.82 0.68
Hex BD 6A F0 15 38 0 6 115 52 44
Octal 275 152 360 25 70 0 6 425 122 104
Binary 10111101 1101010 11110000 10101 111000 0 110 100010101 1010010 1000100

Color Harmonies of #BD6AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6AF0

Black with #BD6AF0

Text Example


Text Example

White with #BD6AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6AF0; }

 p { color: rgb(189,106,240); }

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

background-color css

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

 a { background-color: rgb(189,106,240); }

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

border-color css

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

 span { border-color: rgb(189,106,240); }

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