Html Css Color HEX #BD4FFE Medium Orchid

📋 copy color: '#BD4FFE'

red 189 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #BD4FFE

Tints of Medium Orchid #BD4FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 36.21%
G = 15.13%
B = 48.66%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD4FFE (or 0xBD4FFE) is known color: Medium Orchid. HEX triplet: BD, 4F and FE. RGB value is (189,79,254). Sum of RGB (Red+Green+Blue) = 189+79+254=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FFE is #42B001. Grayscale: #838383. Windows color (decimal): -4370434 or 16666557. OLE color: 16666557.

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

Color convert

RGB 189 79 254 -
CMYK 0.26 0.69 0 0.00
HSL 277.71º 0.99% 0.65% -
HSV(B) 277.71º 0.69% 1% -
XYZ 41.67 23.57 96.12 -
YUV 131.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 189 79 254 0.26 0.69 0 0.00 277.71 0.99 0.65
Hex BD 4F FE 1A 45 0 0 116 63 41
Octal 275 117 376 32 105 0 0 426 143 101
Binary 10111101 1001111 11111110 11010 1000101 0 0 100010110 1100011 1000001

Color Harmonies of #BD4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FFE

Black with #BD4FFE

Text Example


Text Example

White with #BD4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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