Html Css Color HEX #BF3DD2 Medium Orchid

📋 copy color: '#BF3DD2'

red 191 ◦ green 61 ◦ blue 210

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

Shades of Medium Orchid #BF3DD2

Tints of Medium Orchid #BF3DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 41.34%
G = 13.2%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF3DD2 (or 0xBF3DD2) is known color: Medium Orchid. HEX triplet: BF, 3D and D2. RGB value is (191,61,210). Sum of RGB (Red+Green+Blue) = 191+61+210=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF3DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DD2 is #40C22D. Grayscale: #747474. Windows color (decimal): -4244014 or 13778367. OLE color: 13778367.

HSL color Cylindrical-coordinate representation of color #BF3DD2: hue angle of 292.35º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3DD2 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 61 210 -
CMYK 0.09 0.71 0 0.18
HSL 292.35º 0.62% 0.53% -
HSV(B) 292.35º 0.71% 0.82% -
XYZ 34.79 19.07 62.82 -
YUV 116.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 191 61 210 0.09 0.71 0 0.18 292.35 0.62 0.53
Hex BF 3D D2 9 47 0 12 124 3E 35
Octal 277 75 322 11 107 0 22 444 76 65
Binary 10111111 111101 11010010 1001 1000111 0 10010 100100100 111110 110101

Color Harmonies of #BF3DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DD2

Black with #BF3DD2

Text Example


Text Example

White with #BF3DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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