Html Css Color HEX #BD6FCF Medium Orchid

📋 copy color: '#BD6FCF'

red 189 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #BD6FCF

Tints of Medium Orchid #BD6FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 37.28%
G = 21.89%
B = 40.83%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD6FCF (or 0xBD6FCF) is known color: Medium Orchid. HEX triplet: BD, 6F and CF. RGB value is (189,111,207). Sum of RGB (Red+Green+Blue) = 189+111+207=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FCF is #429030. Grayscale: #909090. Windows color (decimal): -4362289 or 13594557. OLE color: 13594557.

HSL color Cylindrical-coordinate representation of color #BD6FCF: hue angle of 288.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6FCF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 111 207 -
CMYK 0.09 0.46 0 0.19
HSL 288.75º 0.5% 0.62% -
HSV(B) 288.75º 0.46% 0.81% -
XYZ 37.93 26.69 62.18 -
YUV 145.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 189 111 207 0.09 0.46 0 0.19 288.75 0.5 0.62
Hex BD 6F CF 9 2E 0 13 121 32 3E
Octal 275 157 317 11 56 0 23 441 62 76
Binary 10111101 1101111 11001111 1001 101110 0 10011 100100001 110010 111110

Color Harmonies of #BD6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FCF

Black with #BD6FCF

Text Example


Text Example

White with #BD6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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