Html Css Color HEX #B13ACF Dark Orchid

📋 copy color: '#B13ACF'

red 177 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #B13ACF

Tints of Dark Orchid #B13ACF

RGB

 RED value IS 177 (69.53% from 255) = 40.05%

 GREEN value IS 58 (23.05% from 255) = 13.12%

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

R = 40.05%
G = 13.12%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B13ACF (or 0xB13ACF) is known color: Dark Orchid. HEX triplet: B1, 3A and CF. RGB value is (177,58,207). Sum of RGB (Red+Green+Blue) = 177+58+207=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #B13ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ACF is #4EC530. Grayscale: #6E6E6E. Windows color (decimal): -5162289 or 13580977. OLE color: 13580977.

HSL color Cylindrical-coordinate representation of color #B13ACF: hue angle of 287.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13ACF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 58 207 -
CMYK 0.14 0.72 0 0.19
HSL 287.92º 0.61% 0.52% -
HSV(B) 287.92º 0.72% 0.81% -
XYZ 30.91 16.88 60.66 -
YUV 110.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 177 58 207 0.14 0.72 0 0.19 287.92 0.61 0.52
Hex B1 3A CF E 48 0 13 120 3D 34
Octal 261 72 317 16 110 0 23 440 75 64
Binary 10110001 111010 11001111 1110 1001000 0 10011 100100000 111101 110100

Color Harmonies of #B13ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13ACF

Black with #B13ACF

Text Example


Text Example

White with #B13ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13ACF; }

 p { color: rgb(177,58,207); }

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

background-color css

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

 a { background-color: rgb(177,58,207); }

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

border-color css

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

 span { border-color: rgb(177,58,207); }

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