Html Css Color HEX #BF68D4 Medium Orchid

📋 copy color: '#BF68D4'

red 191 ◦ green 104 ◦ blue 212

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

Shades of Medium Orchid #BF68D4

Tints of Medium Orchid #BF68D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.51%

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

R = 37.67%
G = 20.51%
B = 41.81%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF68D4 (or 0xBF68D4) is known color: Medium Orchid. HEX triplet: BF, 68 and D4. RGB value is (191,104,212). Sum of RGB (Red+Green+Blue) = 191+104+212=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68D4 is #40972B. Grayscale: #8D8D8D. Windows color (decimal): -4233004 or 13920447. OLE color: 13920447.

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

Color convert

RGB 191 104 212 -
CMYK 0.10 0.51 0 0.17
HSL 288.33º 0.56% 0.62% -
HSV(B) 288.33º 0.51% 0.83% -
XYZ 38.32 25.73 65.23 -
YUV 142.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 191 104 212 0.10 0.51 0 0.17 288.33 0.56 0.62
Hex BF 68 D4 A 33 0 11 120 38 3E
Octal 277 150 324 12 63 0 21 440 70 76
Binary 10111111 1101000 11010100 1010 110011 0 10001 100100000 111000 111110

Color Harmonies of #BF68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68D4

Black with #BF68D4

Text Example


Text Example

White with #BF68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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