Html Css Color HEX #BF69D4 Medium Orchid

📋 copy color: '#BF69D4'

red 191 ◦ green 105 ◦ blue 212

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

Shades of Medium Orchid #BF69D4

Tints of Medium Orchid #BF69D4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

 BLUE value IS 212 (83.2% from 255) = 41.73%

R = 37.6%
G = 20.67%
B = 41.73%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF69D4 (or 0xBF69D4) is known color: Medium Orchid. HEX triplet: BF, 69 and D4. RGB value is (191,105,212). Sum of RGB (Red+Green+Blue) = 191+105+212=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69D4 is #40962B. Grayscale: #8E8E8E. Windows color (decimal): -4232748 or 13920703. OLE color: 13920703.

HSL color Cylindrical-coordinate representation of color #BF69D4: hue angle of 288.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF69D4 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 105 212 -
CMYK 0.10 0.50 0 0.17
HSL 288.22º 0.55% 0.62% -
HSV(B) 288.22º 0.5% 0.83% -
XYZ 38.42 25.93 65.27 -
YUV 142.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 191 105 212 0.10 0.50 0 0.17 288.22 0.55 0.62
Hex BF 69 D4 A 32 0 11 120 37 3E
Octal 277 151 324 12 62 0 21 440 67 76
Binary 10111111 1101001 11010100 1010 110010 0 10001 100100000 110111 111110

Color Harmonies of #BF69D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69D4

Black with #BF69D4

Text Example


Text Example

White with #BF69D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69D4; }

 p { color: rgb(191,105,212); }

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

background-color css

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

 a { background-color: rgb(191,105,212); }

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

border-color css

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

 span { border-color: rgb(191,105,212); }

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