Html Css Color HEX #BF2DDA Medium Orchid

📋 copy color: '#BF2DDA'

red 191 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #BF2DDA

Tints of Medium Orchid #BF2DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.91%

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

R = 42.07%
G = 9.91%
B = 48.02%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF2DDA (or 0xBF2DDA) is known color: Medium Orchid. HEX triplet: BF, 2D and DA. RGB value is (191,45,218). Sum of RGB (Red+Green+Blue) = 191+45+218=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DDA is #40D225. Grayscale: #6B6B6B. Windows color (decimal): -4248102 or 14298559. OLE color: 14298559.

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

Color convert

RGB 191 45 218 -
CMYK 0.12 0.79 0 0.15
HSL 290.64º 0.7% 0.52% -
HSV(B) 290.64º 0.79% 0.85% -
XYZ 35.08 18.02 67.96 -
YUV 108.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 191 45 218 0.12 0.79 0 0.15 290.64 0.7 0.52
Hex BF 2D DA C 4F 0 F 123 46 34
Octal 277 55 332 14 117 0 17 443 106 64
Binary 10111111 101101 11011010 1100 1001111 0 1111 100100011 1000110 110100

Color Harmonies of #BF2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DDA

Black with #BF2DDA

Text Example


Text Example

White with #BF2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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