Html Css Color HEX #BF3DCE Medium Orchid

📋 copy color: '#BF3DCE'

red 191 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #BF3DCE

Tints of Medium Orchid #BF3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.32%

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

R = 41.7%
G = 13.32%
B = 44.98%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF3DCE (or 0xBF3DCE) is known color: Medium Orchid. HEX triplet: BF, 3D and CE. RGB value is (191,61,206). Sum of RGB (Red+Green+Blue) = 191+61+206=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF3DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DCE is #40C231. Grayscale: #737373. Windows color (decimal): -4244018 or 13516223. OLE color: 13516223.

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

Color convert

RGB 191 61 206 -
CMYK 0.07 0.70 0 0.19
HSL 293.79º 0.6% 0.52% -
HSV(B) 293.79º 0.7% 0.81% -
XYZ 34.3 18.87 60.23 -
YUV 116.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 191 61 206 0.07 0.70 0 0.19 293.79 0.6 0.52
Hex BF 3D CE 7 46 0 13 126 3C 34
Octal 277 75 316 7 106 0 23 446 74 64
Binary 10111111 111101 11001110 111 1000110 0 10011 100100110 111100 110100

Color Harmonies of #BF3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DCE

Black with #BF3DCE

Text Example


Text Example

White with #BF3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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