Html Css Color HEX #BD4FF8 Medium Orchid

📋 copy color: '#BD4FF8'

red 189 ◦ green 79 ◦ blue 248

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

Shades of Medium Orchid #BD4FF8

Tints of Medium Orchid #BD4FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.06%

R = 36.63%
G = 15.31%
B = 48.06%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD4FF8 (or 0xBD4FF8) is known color: Medium Orchid. HEX triplet: BD, 4F and F8. RGB value is (189,79,248). Sum of RGB (Red+Green+Blue) = 189+79+248=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD4FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FF8 is #42B007. Grayscale: #828282. Windows color (decimal): -4370440 or 16273341. OLE color: 16273341.

HSL color Cylindrical-coordinate representation of color #BD4FF8: hue angle of 279.05º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4FF8 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 79 248 -
CMYK 0.24 0.68 0 0.03
HSL 279.05º 0.92% 0.64% -
HSV(B) 279.05º 0.68% 0.97% -
XYZ 40.73 23.19 91.14 -
YUV 131.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 189 79 248 0.24 0.68 0 0.03 279.05 0.92 0.64
Hex BD 4F F8 18 44 0 3 117 5C 40
Octal 275 117 370 30 104 0 3 427 134 100
Binary 10111101 1001111 11111000 11000 1000100 0 11 100010111 1011100 1000000

Color Harmonies of #BD4FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FF8

Black with #BD4FF8

Text Example


Text Example

White with #BD4FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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