Html Css Color HEX #BD5ACF Medium Orchid

📋 copy color: '#BD5ACF'

red 189 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #BD5ACF

Tints of Medium Orchid #BD5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

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

R = 38.89%
G = 18.52%
B = 42.59%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD5ACF (or 0xBD5ACF) is known color: Medium Orchid. HEX triplet: BD, 5A and CF. RGB value is (189,90,207). Sum of RGB (Red+Green+Blue) = 189+90+207=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ACF is #42A530. Grayscale: #848484. Windows color (decimal): -4367665 or 13589181. OLE color: 13589181.

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

Color convert

RGB 189 90 207 -
CMYK 0.09 0.57 0 0.19
HSL 290.77º 0.55% 0.58% -
HSV(B) 290.77º 0.57% 0.81% -
XYZ 35.9 22.64 61.51 -
YUV 132.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 189 90 207 0.09 0.57 0 0.19 290.77 0.55 0.58
Hex BD 5A CF 9 39 0 13 123 37 3A
Octal 275 132 317 11 71 0 23 443 67 72
Binary 10111101 1011010 11001111 1001 111001 0 10011 100100011 110111 111010

Color Harmonies of #BD5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5ACF

Black with #BD5ACF

Text Example


Text Example

White with #BD5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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