Html Css Color HEX #B124CF Dark Orchid

📋 copy color: '#B124CF'

red 177 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #B124CF

Tints of Dark Orchid #B124CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.57%

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

R = 42.14%
G = 8.57%
B = 49.29%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B124CF (or 0xB124CF) is known color: Dark Orchid. HEX triplet: B1, 24 and CF. RGB value is (177,36,207). Sum of RGB (Red+Green+Blue) = 177+36+207=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #B124CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124CF is #4EDB30. Grayscale: #616161. Windows color (decimal): -5167921 or 13575345. OLE color: 13575345.

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

Color convert

RGB 177 36 207 -
CMYK 0.14 0.83 0 0.19
HSL 289.47º 0.7% 0.48% -
HSV(B) 289.47º 0.83% 0.81% -
XYZ 30.02 15.11 60.37 -
YUV 97.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 177 36 207 0.14 0.83 0 0.19 289.47 0.7 0.48
Hex B1 24 CF E 53 0 13 121 46 30
Octal 261 44 317 16 123 0 23 441 106 60
Binary 10110001 100100 11001111 1110 1010011 0 10011 100100001 1000110 110000

Color Harmonies of #B124CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124CF

Black with #B124CF

Text Example


Text Example

White with #B124CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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