Html Css Color HEX #BD4BCF Medium Orchid

📋 copy color: '#BD4BCF'

red 189 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #BD4BCF

Tints of Medium Orchid #BD4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.92%

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

R = 40.13%
G = 15.92%
B = 43.95%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD4BCF (or 0xBD4BCF) is known color: Medium Orchid. HEX triplet: BD, 4B and CF. RGB value is (189,75,207). Sum of RGB (Red+Green+Blue) = 189+75+207=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD4BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BCF is #42B430. Grayscale: #7B7B7B. Windows color (decimal): -4371505 or 13585341. OLE color: 13585341.

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

Color convert

RGB 189 75 207 -
CMYK 0.09 0.64 0 0.19
HSL 291.82º 0.58% 0.55% -
HSV(B) 291.82º 0.64% 0.81% -
XYZ 34.76 20.36 61.13 -
YUV 124.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 189 75 207 0.09 0.64 0 0.19 291.82 0.58 0.55
Hex BD 4B CF 9 40 0 13 124 3A 37
Octal 275 113 317 11 100 0 23 444 72 67
Binary 10111101 1001011 11001111 1001 1000000 0 10011 100100100 111010 110111

Color Harmonies of #BD4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BCF

Black with #BD4BCF

Text Example


Text Example

White with #BD4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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