Html Css Color HEX #BF2ACF Dark Orchid

📋 copy color: '#BF2ACF'

red 191 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #BF2ACF

Tints of Dark Orchid #BF2ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 43.41%
G = 9.55%
B = 47.05%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2ACF (or 0xBF2ACF) is known color: Dark Orchid. HEX triplet: BF, 2A and CF. RGB value is (191,42,207). Sum of RGB (Red+Green+Blue) = 191+42+207=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ACF is #40D530. Grayscale: #686868. Windows color (decimal): -4248881 or 13576895. OLE color: 13576895.

HSL color Cylindrical-coordinate representation of color #BF2ACF: hue angle of 294.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2ACF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 42 207 -
CMYK 0.08 0.80 0 0.19
HSL 294.18º 0.66% 0.49% -
HSV(B) 294.18º 0.8% 0.81% -
XYZ 33.58 17.24 60.59 -
YUV 105.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 191 42 207 0.08 0.80 0 0.19 294.18 0.66 0.49
Hex BF 2A CF 8 50 0 13 126 42 31
Octal 277 52 317 10 120 0 23 446 102 61
Binary 10111111 101010 11001111 1000 1010000 0 10011 100100110 1000010 110001

Color Harmonies of #BF2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ACF

Black with #BF2ACF

Text Example


Text Example

White with #BF2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ACF; }

 p { color: rgb(191,42,207); }

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

background-color css

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

 a { background-color: rgb(191,42,207); }

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

border-color css

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

 span { border-color: rgb(191,42,207); }

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