Html Css Color HEX #BF26E1 Dark Orchid

📋 copy color: '#BF26E1'

red 191 ◦ green 38 ◦ blue 225

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

Shades of Dark Orchid #BF26E1

Tints of Dark Orchid #BF26E1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.37%

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 42.07%
G = 8.37%
B = 49.56%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF26E1 (or 0xBF26E1) is known color: Dark Orchid. HEX triplet: BF, 26 and E1. RGB value is (191,38,225). Sum of RGB (Red+Green+Blue) = 191+38+225=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF26E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF26E1 is #40D91E. Grayscale: #686868. Windows color (decimal): -4249887 or 14755519. OLE color: 14755519.

HSL color Cylindrical-coordinate representation of color #BF26E1: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF26E1 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 38 225 -
CMYK 0.15 0.83 0 0.12
HSL 289.09º 0.76% 0.52% -
HSV(B) 289.09º 0.83% 0.88% -
XYZ 35.77 17.9 72.8 -
YUV 105.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 191 38 225 0.15 0.83 0 0.12 289.09 0.76 0.52
Hex BF 26 E1 F 53 0 C 121 4C 34
Octal 277 46 341 17 123 0 14 441 114 64
Binary 10111111 100110 11100001 1111 1010011 0 1100 100100001 1001100 110100

Color Harmonies of #BF26E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF26E1

Black with #BF26E1

Text Example


Text Example

White with #BF26E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF26E1; }

 p { color: rgb(191,38,225); }

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

background-color css

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

 a { background-color: rgb(191,38,225); }

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

border-color css

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

 span { border-color: rgb(191,38,225); }

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