Html Css Color HEX #BD4DFF Medium Orchid

📋 copy color: '#BD4DFF'

red 189 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #BD4DFF

Tints of Medium Orchid #BD4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 36.28%
G = 14.78%
B = 48.94%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD4DFF (or 0xBD4DFF) is known color: Medium Orchid. HEX triplet: BD, 4D and FF. RGB value is (189,77,255). Sum of RGB (Red+Green+Blue) = 189+77+255=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DFF is #42B200. Grayscale: #828282. Windows color (decimal): -4370945 or 16731581. OLE color: 16731581.

HSL color Cylindrical-coordinate representation of color #BD4DFF: hue angle of 277.75º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4DFF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 77 255 -
CMYK 0.26 0.70 0 0
HSL 277.75º 1% 0.65% -
HSV(B) 277.75º 0.7% 1% -
XYZ 41.69 23.35 96.92 -
YUV 130.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 189 77 255 0.26 0.70 0 0 277.75 1 0.65
Hex BD 4D FF 1A 46 0 0 116 64 41
Octal 275 115 377 32 106 0 0 426 144 101
Binary 10111101 1001101 11111111 11010 1000110 0 0 100010110 1100100 1000001

Color Harmonies of #BD4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DFF

Black with #BD4DFF

Text Example


Text Example

White with #BD4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DFF; }

 p { color: rgb(189,77,255); }

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

background-color css

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

 a { background-color: rgb(189,77,255); }

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

border-color css

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

 span { border-color: rgb(189,77,255); }

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