Html Css Color HEX #BD4FF6 Medium Orchid

📋 copy color: '#BD4FF6'

red 189 ◦ green 79 ◦ blue 246

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

Shades of Medium Orchid #BD4FF6

Tints of Medium Orchid #BD4FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 36.77%
G = 15.37%
B = 47.86%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD4FF6 (or 0xBD4FF6) is known color: Medium Orchid. HEX triplet: BD, 4F and F6. RGB value is (189,79,246). Sum of RGB (Red+Green+Blue) = 189+79+246=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD4FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FF6 is #42B009. Grayscale: #828282. Windows color (decimal): -4370442 or 16142269. OLE color: 16142269.

HSL color Cylindrical-coordinate representation of color #BD4FF6: hue angle of 279.52º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4FF6 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 79 246 -
CMYK 0.23 0.68 0 0.04
HSL 279.52º 0.9% 0.64% -
HSV(B) 279.52º 0.68% 0.96% -
XYZ 40.42 23.06 89.51 -
YUV 130.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 189 79 246 0.23 0.68 0 0.04 279.52 0.9 0.64
Hex BD 4F F6 17 44 0 4 118 5A 40
Octal 275 117 366 27 104 0 4 430 132 100
Binary 10111101 1001111 11110110 10111 1000100 0 100 100011000 1011010 1000000

Color Harmonies of #BD4FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FF6

Black with #BD4FF6

Text Example


Text Example

White with #BD4FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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