Html Css Color HEX #BD4EFF Medium Orchid

📋 copy color: '#BD4EFF'

red 189 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #BD4EFF

Tints of Medium Orchid #BD4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.94%

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

R = 36.21%
G = 14.94%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD4EFF (or 0xBD4EFF) is known color: Medium Orchid. HEX triplet: BD, 4E and FF. RGB value is (189,78,255). Sum of RGB (Red+Green+Blue) = 189+78+255=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EFF is #42B100. Grayscale: #828282. Windows color (decimal): -4370689 or 16731837. OLE color: 16731837.

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

Color convert

RGB 189 78 255 -
CMYK 0.26 0.69 0 0
HSL 277.63º 1% 0.65% -
HSV(B) 277.63º 0.69% 1% -
XYZ 41.76 23.49 96.94 -
YUV 131.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 189 78 255 0.26 0.69 0 0 277.63 1 0.65
Hex BD 4E FF 1A 45 0 0 116 64 41
Octal 275 116 377 32 105 0 0 426 144 101
Binary 10111101 1001110 11111111 11010 1000101 0 0 100010110 1100100 1000001

Color Harmonies of #BD4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EFF

Black with #BD4EFF

Text Example


Text Example

White with #BD4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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