Html Css Color HEX #BF3DDA Medium Orchid

📋 copy color: '#BF3DDA'

red 191 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #BF3DDA

Tints of Medium Orchid #BF3DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.98%

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

R = 40.64%
G = 12.98%
B = 46.38%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF3DDA (or 0xBF3DDA) is known color: Medium Orchid. HEX triplet: BF, 3D and DA. RGB value is (191,61,218). Sum of RGB (Red+Green+Blue) = 191+61+218=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DDA is #40C225. Grayscale: #757575. Windows color (decimal): -4244006 or 14302655. OLE color: 14302655.

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

Color convert

RGB 191 61 218 -
CMYK 0.12 0.72 0 0.15
HSL 289.68º 0.68% 0.55% -
HSV(B) 289.68º 0.72% 0.85% -
XYZ 35.81 19.48 68.2 -
YUV 117.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 191 61 218 0.12 0.72 0 0.15 289.68 0.68 0.55
Hex BF 3D DA C 48 0 F 122 44 37
Octal 277 75 332 14 110 0 17 442 104 67
Binary 10111111 111101 11011010 1100 1001000 0 1111 100100010 1000100 110111

Color Harmonies of #BF3DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DDA

Black with #BF3DDA

Text Example


Text Example

White with #BF3DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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