Html Css Color HEX #BF4BDA Medium Orchid

📋 copy color: '#BF4BDA'

red 191 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #BF4BDA

Tints of Medium Orchid #BF4BDA

RGB

 RED value IS 191 (75% from 255) = 39.46%

 GREEN value IS 75 (29.69% from 255) = 15.5%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 39.46%
G = 15.5%
B = 45.04%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF4BDA (or 0xBF4BDA) is known color: Medium Orchid. HEX triplet: BF, 4B and DA. RGB value is (191,75,218). Sum of RGB (Red+Green+Blue) = 191+75+218=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDA is #40B425. Grayscale: #7D7D7D. Windows color (decimal): -4240422 or 14306239. OLE color: 14306239.

HSL color Cylindrical-coordinate representation of color #BF4BDA: hue angle of 288.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4BDA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 75 218 -
CMYK 0.12 0.66 0 0.15
HSL 288.67º 0.66% 0.57% -
HSV(B) 288.67º 0.66% 0.85% -
XYZ 36.66 21.17 68.48 -
YUV 125.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 191 75 218 0.12 0.66 0 0.15 288.67 0.66 0.57
Hex BF 4B DA C 42 0 F 121 42 39
Octal 277 113 332 14 102 0 17 441 102 71
Binary 10111111 1001011 11011010 1100 1000010 0 1111 100100001 1000010 111001

Color Harmonies of #BF4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BDA

Black with #BF4BDA

Text Example


Text Example

White with #BF4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BDA; }

 p { color: rgb(191,75,218); }

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

background-color css

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

 a { background-color: rgb(191,75,218); }

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

border-color css

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

 span { border-color: rgb(191,75,218); }

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