Html Css Color HEX #BF3FFB Medium Orchid

📋 copy color: '#BF3FFB'

red 191 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #BF3FFB

Tints of Medium Orchid #BF3FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 37.82%
G = 12.48%
B = 49.7%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF3FFB (or 0xBF3FFB) is known color: Medium Orchid. HEX triplet: BF, 3F and FB. RGB value is (191,63,251). Sum of RGB (Red+Green+Blue) = 191+63+251=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FFB is #40C004. Grayscale: #7A7A7A. Windows color (decimal): -4243461 or 16465855. OLE color: 16465855.

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

Color convert

RGB 191 63 251 -
CMYK 0.24 0.75 0 0.02
HSL 280.85º 0.96% 0.62% -
HSV(B) 280.85º 0.75% 0.98% -
XYZ 40.68 21.6 93.29 -
YUV 122.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 191 63 251 0.24 0.75 0 0.02 280.85 0.96 0.62
Hex BF 3F FB 18 4B 0 2 119 60 3E
Octal 277 77 373 30 113 0 2 431 140 76
Binary 10111111 111111 11111011 11000 1001011 0 10 100011001 1100000 111110

Color Harmonies of #BF3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FFB

Black with #BF3FFB

Text Example


Text Example

White with #BF3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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