Html Css Color HEX #BF67D4 Medium Orchid

📋 copy color: '#BF67D4'

red 191 ◦ green 103 ◦ blue 212

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

Shades of Medium Orchid #BF67D4

Tints of Medium Orchid #BF67D4

RGB

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

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

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

R = 37.75%
G = 20.36%
B = 41.9%

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

#BF67D4 (or 0xBF67D4) is known color: Medium Orchid. HEX triplet: BF, 67 and D4. RGB value is (191,103,212). Sum of RGB (Red+Green+Blue) = 191+103+212=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67D4 is #40982B. Grayscale: #8D8D8D. Windows color (decimal): -4233260 or 13920191. OLE color: 13920191.

HSL color Cylindrical-coordinate representation of color #BF67D4: hue angle of 288.44º 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 #BF67D4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 103 212 -
CMYK 0.10 0.51 0 0.17
HSL 288.44º 0.56% 0.62% -
HSV(B) 288.44º 0.51% 0.83% -
XYZ 38.22 25.53 65.2 -
YUV 141.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 191 103 212 0.10 0.51 0 0.17 288.44 0.56 0.62
Hex BF 67 D4 A 33 0 11 120 38 3E
Octal 277 147 324 12 63 0 21 440 70 76
Binary 10111111 1100111 11010100 1010 110011 0 10001 100100000 111000 111110

Color Harmonies of #BF67D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF67D4

Black with #BF67D4

Text Example


Text Example

White with #BF67D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF67D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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