Html Css Color HEX #BF38CE Medium Orchid

📋 copy color: '#BF38CE'

red 191 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #BF38CE

Tints of Medium Orchid #BF38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.36%

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

R = 42.16%
G = 12.36%
B = 45.47%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF38CE (or 0xBF38CE) is known color: Medium Orchid. HEX triplet: BF, 38 and CE. RGB value is (191,56,206). Sum of RGB (Red+Green+Blue) = 191+56+206=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38CE is #40C731. Grayscale: #717171. Windows color (decimal): -4245298 or 13514943. OLE color: 13514943.

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

Color convert

RGB 191 56 206 -
CMYK 0.07 0.73 0 0.19
HSL 294º 0.6% 0.51% -
HSV(B) 294º 0.73% 0.81% -
XYZ 34.04 18.36 60.14 -
YUV 113.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 191 56 206 0.07 0.73 0 0.19 294 0.6 0.51
Hex BF 38 CE 7 49 0 13 126 3C 33
Octal 277 70 316 7 111 0 23 446 74 63
Binary 10111111 111000 11001110 111 1001001 0 10011 100100110 111100 110011

Color Harmonies of #BF38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF38CE

Black with #BF38CE

Text Example


Text Example

White with #BF38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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