Html Css Color HEX #BF3FFD Medium Orchid

📋 copy color: '#BF3FFD'

red 191 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #BF3FFD

Tints of Medium Orchid #BF3FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.43%

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

R = 37.67%
G = 12.43%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF3FFD (or 0xBF3FFD) is known color: Medium Orchid. HEX triplet: BF, 3F and FD. RGB value is (191,63,253). Sum of RGB (Red+Green+Blue) = 191+63+253=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FFD is #40C002. Grayscale: #7A7A7A. Windows color (decimal): -4243459 or 16596927. OLE color: 16596927.

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

Color convert

RGB 191 63 253 -
CMYK 0.25 0.75 0 0.01
HSL 280.42º 0.98% 0.62% -
HSV(B) 280.42º 0.75% 0.99% -
XYZ 40.99 21.72 94.96 -
YUV 122.93 201.41 176.55 -
System Red Green Blue C M Y K H S L
Decimal 191 63 253 0.25 0.75 0 0.01 280.42 0.98 0.62
Hex BF 3F FD 19 4B 0 1 118 62 3E
Octal 277 77 375 31 113 0 1 430 142 76
Binary 10111111 111111 11111101 11001 1001011 0 1 100011000 1100010 111110

Color Harmonies of #BF3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FFD

Black with #BF3FFD

Text Example


Text Example

White with #BF3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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