Html Css Color HEX #BF36DA Medium Orchid

📋 copy color: '#BF36DA'

red 191 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #BF36DA

Tints of Medium Orchid #BF36DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 41.25%
G = 11.66%
B = 47.08%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF36DA (or 0xBF36DA) is known color: Medium Orchid. HEX triplet: BF, 36 and DA. RGB value is (191,54,218). Sum of RGB (Red+Green+Blue) = 191+54+218=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36DA is #40C925. Grayscale: #717171. Windows color (decimal): -4245798 or 14300863. OLE color: 14300863.

HSL color Cylindrical-coordinate representation of color #BF36DA: hue angle of 290.12º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF36DA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 54 218 -
CMYK 0.12 0.75 0 0.15
HSL 290.12º 0.69% 0.53% -
HSV(B) 290.12º 0.75% 0.85% -
XYZ 35.46 18.78 68.08 -
YUV 113.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 191 54 218 0.12 0.75 0 0.15 290.12 0.69 0.53
Hex BF 36 DA C 4B 0 F 122 45 35
Octal 277 66 332 14 113 0 17 442 105 65
Binary 10111111 110110 11011010 1100 1001011 0 1111 100100010 1000101 110101

Color Harmonies of #BF36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36DA

Black with #BF36DA

Text Example


Text Example

White with #BF36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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