Html Css Color HEX #BD4BDF Medium Orchid

📋 copy color: '#BD4BDF'

red 189 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #BD4BDF

Tints of Medium Orchid #BD4BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 38.81%
G = 15.4%
B = 45.79%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD4BDF (or 0xBD4BDF) is known color: Medium Orchid. HEX triplet: BD, 4B and DF. RGB value is (189,75,223). Sum of RGB (Red+Green+Blue) = 189+75+223=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BDF is #42B420. Grayscale: #7D7D7D. Windows color (decimal): -4371489 or 14633917. OLE color: 14633917.

HSL color Cylindrical-coordinate representation of color #BD4BDF: hue angle of 286.22º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4BDF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 75 223 -
CMYK 0.15 0.66 0 0.13
HSL 286.22º 0.7% 0.58% -
HSV(B) 286.22º 0.66% 0.87% -
XYZ 36.82 21.18 71.96 -
YUV 125.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 189 75 223 0.15 0.66 0 0.13 286.22 0.7 0.58
Hex BD 4B DF F 42 0 D 11E 46 3A
Octal 275 113 337 17 102 0 15 436 106 72
Binary 10111101 1001011 11011111 1111 1000010 0 1101 100011110 1000110 111010

Color Harmonies of #BD4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BDF

Black with #BD4BDF

Text Example


Text Example

White with #BD4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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