Html Css Color HEX #BD5CCF Medium Orchid

📋 copy color: '#BD5CCF'

red 189 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #BD5CCF

Tints of Medium Orchid #BD5CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

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

R = 38.73%
G = 18.85%
B = 42.42%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD5CCF (or 0xBD5CCF) is known color: Medium Orchid. HEX triplet: BD, 5C and CF. RGB value is (189,92,207). Sum of RGB (Red+Green+Blue) = 189+92+207=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CCF is #42A330. Grayscale: #858585. Windows color (decimal): -4367153 or 13589693. OLE color: 13589693.

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

Color convert

RGB 189 92 207 -
CMYK 0.09 0.56 0 0.19
HSL 290.61º 0.55% 0.59% -
HSV(B) 290.61º 0.56% 0.81% -
XYZ 36.08 22.98 61.57 -
YUV 134.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 189 92 207 0.09 0.56 0 0.19 290.61 0.55 0.59
Hex BD 5C CF 9 38 0 13 123 37 3B
Octal 275 134 317 11 70 0 23 443 67 73
Binary 10111101 1011100 11001111 1001 111000 0 10011 100100011 110111 111011

Color Harmonies of #BD5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CCF

Black with #BD5CCF

Text Example


Text Example

White with #BD5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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