Html Css Color HEX #BD3BCF Medium Orchid

📋 copy color: '#BD3BCF'

red 189 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #BD3BCF

Tints of Medium Orchid #BD3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.97%

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

R = 41.54%
G = 12.97%
B = 45.49%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD3BCF (or 0xBD3BCF) is known color: Medium Orchid. HEX triplet: BD, 3B and CF. RGB value is (189,59,207). Sum of RGB (Red+Green+Blue) = 189+59+207=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD3BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BCF is #42C430. Grayscale: #727272. Windows color (decimal): -4375601 or 13581245. OLE color: 13581245.

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

Color convert

RGB 189 59 207 -
CMYK 0.09 0.71 0 0.19
HSL 292.7º 0.61% 0.52% -
HSV(B) 292.7º 0.71% 0.81% -
XYZ 33.81 18.45 60.81 -
YUV 114.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 189 59 207 0.09 0.71 0 0.19 292.7 0.61 0.52
Hex BD 3B CF 9 47 0 13 125 3D 34
Octal 275 73 317 11 107 0 23 445 75 64
Binary 10111101 111011 11001111 1001 1000111 0 10011 100100101 111101 110100

Color Harmonies of #BD3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BCF

Black with #BD3BCF

Text Example


Text Example

White with #BD3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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