Html Css Color HEX #BF3CFD Medium Orchid

📋 copy color: '#BF3CFD'

red 191 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #BF3CFD

Tints of Medium Orchid #BF3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.9%

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 37.9%
G = 11.9%
B = 50.2%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF3CFD (or 0xBF3CFD) is known color: Medium Orchid. HEX triplet: BF, 3C and FD. RGB value is (191,60,253). Sum of RGB (Red+Green+Blue) = 191+60+253=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CFD is #40C302. Grayscale: #787878. Windows color (decimal): -4244227 or 16596159. OLE color: 16596159.

HSL color Cylindrical-coordinate representation of color #BF3CFD: hue angle of 280.73º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3CFD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 60 253 -
CMYK 0.25 0.76 0 0.01
HSL 280.73º 0.98% 0.61% -
HSV(B) 280.73º 0.76% 0.99% -
XYZ 40.83 21.4 94.91 -
YUV 121.17 202.4 177.81 -
System Red Green Blue C M Y K H S L
Decimal 191 60 253 0.25 0.76 0 0.01 280.73 0.98 0.61
Hex BF 3C FD 19 4C 0 1 119 62 3D
Octal 277 74 375 31 114 0 1 431 142 75
Binary 10111111 111100 11111101 11001 1001100 0 1 100011001 1100010 111101

Color Harmonies of #BF3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CFD

Black with #BF3CFD

Text Example


Text Example

White with #BF3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CFD; }

 p { color: rgb(191,60,253); }

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

background-color css

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

 a { background-color: rgb(191,60,253); }

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

border-color css

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

 span { border-color: rgb(191,60,253); }

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