Html Css Color HEX #BD4FFD Medium Orchid

📋 copy color: '#BD4FFD'

red 189 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #BD4FFD

Tints of Medium Orchid #BD4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 36.28%
G = 15.16%
B = 48.56%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD4FFD (or 0xBD4FFD) is known color: Medium Orchid. HEX triplet: BD, 4F and FD. RGB value is (189,79,253). Sum of RGB (Red+Green+Blue) = 189+79+253=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FFD is #42B002. Grayscale: #838383. Windows color (decimal): -4370435 or 16601021. OLE color: 16601021.

HSL color Cylindrical-coordinate representation of color #BD4FFD: hue angle of 277.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4FFD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 79 253 -
CMYK 0.25 0.69 0 0.01
HSL 277.93º 0.98% 0.65% -
HSV(B) 277.93º 0.69% 0.99% -
XYZ 41.51 23.5 95.28 -
YUV 131.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 189 79 253 0.25 0.69 0 0.01 277.93 0.98 0.65
Hex BD 4F FD 19 45 0 1 116 62 41
Octal 275 117 375 31 105 0 1 426 142 101
Binary 10111101 1001111 11111101 11001 1000101 0 1 100010110 1100010 1000001

Color Harmonies of #BD4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FFD

Black with #BD4FFD

Text Example


Text Example

White with #BD4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FFD; }

 p { color: rgb(189,79,253); }

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

background-color css

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

 a { background-color: rgb(189,79,253); }

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

border-color css

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

 span { border-color: rgb(189,79,253); }

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