Html Css Color HEX #BF3FCE Medium Orchid

📋 copy color: '#BF3FCE'

red 191 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #BF3FCE

Tints of Medium Orchid #BF3FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 41.52%
G = 13.7%
B = 44.78%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF3FCE (or 0xBF3FCE) is known color: Medium Orchid. HEX triplet: BF, 3F and CE. RGB value is (191,63,206). Sum of RGB (Red+Green+Blue) = 191+63+206=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FCE is #40C031. Grayscale: #757575. Windows color (decimal): -4243506 or 13516735. OLE color: 13516735.

HSL color Cylindrical-coordinate representation of color #BF3FCE: hue angle of 293.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3FCE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 63 206 -
CMYK 0.07 0.69 0 0.19
HSL 293.71º 0.59% 0.53% -
HSV(B) 293.71º 0.69% 0.81% -
XYZ 34.4 19.09 60.26 -
YUV 117.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 191 63 206 0.07 0.69 0 0.19 293.71 0.59 0.53
Hex BF 3F CE 7 45 0 13 126 3B 35
Octal 277 77 316 7 105 0 23 446 73 65
Binary 10111111 111111 11001110 111 1000101 0 10011 100100110 111011 110101

Color Harmonies of #BF3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FCE

Black with #BF3FCE

Text Example


Text Example

White with #BF3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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