Html Css Color HEX #BF67E3 Medium Orchid

📋 copy color: '#BF67E3'

red 191 ◦ green 103 ◦ blue 227

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

Shades of Medium Orchid #BF67E3

Tints of Medium Orchid #BF67E3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.77%

 BLUE value IS 227 (89.06% from 255) = 43.57%

R = 36.66%
G = 19.77%
B = 43.57%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF67E3 (or 0xBF67E3) is known color: Medium Orchid. HEX triplet: BF, 67 and E3. RGB value is (191,103,227). Sum of RGB (Red+Green+Blue) = 191+103+227=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF67E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67E3 is #40981C. Grayscale: #8F8F8F. Windows color (decimal): -4233245 or 14903231. OLE color: 14903231.

HSL color Cylindrical-coordinate representation of color #BF67E3: hue angle of 282.58º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF67E3 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 103 227 -
CMYK 0.16 0.55 0 0.11
HSL 282.58º 0.69% 0.65% -
HSV(B) 282.58º 0.55% 0.89% -
XYZ 40.2 26.32 75.64 -
YUV 143.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 191 103 227 0.16 0.55 0 0.11 282.58 0.69 0.65
Hex BF 67 E3 10 37 0 B 11B 45 41
Octal 277 147 343 20 67 0 13 433 105 101
Binary 10111111 1100111 11100011 10000 110111 0 1011 100011011 1000101 1000001

Color Harmonies of #BF67E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67E3

Black with #BF67E3

Text Example


Text Example

White with #BF67E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67E3; }

 p { color: rgb(191,103,227); }

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

background-color css

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

 a { background-color: rgb(191,103,227); }

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

border-color css

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

 span { border-color: rgb(191,103,227); }

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