Html Css Color HEX #BD5FF0 Medium Orchid

📋 copy color: '#BD5FF0'

red 189 ◦ green 95 ◦ blue 240

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

Shades of Medium Orchid #BD5FF0

Tints of Medium Orchid #BD5FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.13%

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 36.07%
G = 18.13%
B = 45.8%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD5FF0 (or 0xBD5FF0) is known color: Medium Orchid. HEX triplet: BD, 5F and F0. RGB value is (189,95,240). Sum of RGB (Red+Green+Blue) = 189+95+240=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FF0 is #42A00F. Grayscale: #8B8B8B. Windows color (decimal): -4366352 or 15753149. OLE color: 15753149.

HSL color Cylindrical-coordinate representation of color #BD5FF0: hue angle of 278.9º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5FF0 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 95 240 -
CMYK 0.21 0.60 0 0.06
HSL 278.9º 0.83% 0.66% -
HSV(B) 278.9º 0.6% 0.94% -
XYZ 40.81 25.29 85.17 -
YUV 139.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 189 95 240 0.21 0.60 0 0.06 278.9 0.83 0.66
Hex BD 5F F0 15 3C 0 6 117 53 42
Octal 275 137 360 25 74 0 6 427 123 102
Binary 10111101 1011111 11110000 10101 111100 0 110 100010111 1010011 1000010

Color Harmonies of #BD5FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FF0

Black with #BD5FF0

Text Example


Text Example

White with #BD5FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FF0; }

 p { color: rgb(189,95,240); }

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

background-color css

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

 a { background-color: rgb(189,95,240); }

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

border-color css

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

 span { border-color: rgb(189,95,240); }

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