Html Css Color HEX #BF67D5 Medium Orchid

📋 copy color: '#BF67D5'

red 191 ◦ green 103 ◦ blue 213

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

Shades of Medium Orchid #BF67D5

Tints of Medium Orchid #BF67D5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.32%

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 37.67%
G = 20.32%
B = 42.01%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF67D5 (or 0xBF67D5) is known color: Medium Orchid. HEX triplet: BF, 67 and D5. RGB value is (191,103,213). Sum of RGB (Red+Green+Blue) = 191+103+213=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67D5 is #40982A. Grayscale: #8D8D8D. Windows color (decimal): -4233259 or 13985727. OLE color: 13985727.

HSL color Cylindrical-coordinate representation of color #BF67D5: hue angle of 288º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF67D5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 103 213 -
CMYK 0.10 0.52 0 0.16
HSL 288º 0.57% 0.62% -
HSV(B) 288º 0.52% 0.84% -
XYZ 38.35 25.58 65.87 -
YUV 141.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 191 103 213 0.10 0.52 0 0.16 288 0.57 0.62
Hex BF 67 D5 A 34 0 10 120 39 3E
Octal 277 147 325 12 64 0 20 440 71 76
Binary 10111111 1100111 11010101 1010 110100 0 10000 100100000 111001 111110

Color Harmonies of #BF67D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67D5

Black with #BF67D5

Text Example


Text Example

White with #BF67D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67D5; }

 p { color: rgb(191,103,213); }

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

background-color css

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

 a { background-color: rgb(191,103,213); }

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

border-color css

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

 span { border-color: rgb(191,103,213); }

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