Html Css Color HEX #BD4CF0 Medium Orchid

📋 copy color: '#BD4CF0'

red 189 ◦ green 76 ◦ blue 240

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

Shades of Medium Orchid #BD4CF0

Tints of Medium Orchid #BD4CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

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

R = 37.43%
G = 15.05%
B = 47.52%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD4CF0 (or 0xBD4CF0) is known color: Medium Orchid. HEX triplet: BD, 4C and F0. RGB value is (189,76,240). Sum of RGB (Red+Green+Blue) = 189+76+240=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CF0 is #42B30F. Grayscale: #7F7F7F. Windows color (decimal): -4371216 or 15748285. OLE color: 15748285.

HSL color Cylindrical-coordinate representation of color #BD4CF0: hue angle of 281.34º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4CF0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 76 240 -
CMYK 0.21 0.68 0 0.06
HSL 281.34º 0.85% 0.62% -
HSV(B) 281.34º 0.68% 0.94% -
XYZ 39.3 22.28 84.67 -
YUV 128.48 190.94 171.16 -
System Red Green Blue C M Y K H S L
Decimal 189 76 240 0.21 0.68 0 0.06 281.34 0.85 0.62
Hex BD 4C F0 15 44 0 6 119 55 3E
Octal 275 114 360 25 104 0 6 431 125 76
Binary 10111101 1001100 11110000 10101 1000100 0 110 100011001 1010101 111110

Color Harmonies of #BD4CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CF0

Black with #BD4CF0

Text Example


Text Example

White with #BD4CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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