Html Css Color HEX #BF36D7 Medium Orchid

📋 copy color: '#BF36D7'

red 191 ◦ green 54 ◦ blue 215

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

Shades of Medium Orchid #BF36D7

Tints of Medium Orchid #BF36D7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 41.52%
G = 11.74%
B = 46.74%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF36D7 (or 0xBF36D7) is known color: Medium Orchid. HEX triplet: BF, 36 and D7. RGB value is (191,54,215). Sum of RGB (Red+Green+Blue) = 191+54+215=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF36D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36D7 is #40C928. Grayscale: #707070. Windows color (decimal): -4245801 or 14104255. OLE color: 14104255.

HSL color Cylindrical-coordinate representation of color #BF36D7: hue angle of 291.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF36D7 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 54 215 -
CMYK 0.11 0.75 0 0.16
HSL 291.06º 0.67% 0.53% -
HSV(B) 291.06º 0.75% 0.84% -
XYZ 35.07 18.62 66.04 -
YUV 113.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 191 54 215 0.11 0.75 0 0.16 291.06 0.67 0.53
Hex BF 36 D7 B 4B 0 10 123 43 35
Octal 277 66 327 13 113 0 20 443 103 65
Binary 10111111 110110 11010111 1011 1001011 0 10000 100100011 1000011 110101

Color Harmonies of #BF36D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36D7

Black with #BF36D7

Text Example


Text Example

White with #BF36D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36D7; }

 p { color: rgb(191,54,215); }

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

background-color css

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

 a { background-color: rgb(191,54,215); }

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

border-color css

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

 span { border-color: rgb(191,54,215); }

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