Html Css Color HEX #B126CF Dark Orchid

📋 copy color: '#B126CF'

red 177 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #B126CF

Tints of Dark Orchid #B126CF

RGB

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

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

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

R = 41.94%
G = 9%
B = 49.05%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B126CF (or 0xB126CF) is known color: Dark Orchid. HEX triplet: B1, 26 and CF. RGB value is (177,38,207). Sum of RGB (Red+Green+Blue) = 177+38+207=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #B126CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126CF is #4ED930. Grayscale: #626262. Windows color (decimal): -5167409 or 13575857. OLE color: 13575857.

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

Color convert

RGB 177 38 207 -
CMYK 0.14 0.82 0 0.19
HSL 289.35º 0.69% 0.48% -
HSV(B) 289.35º 0.82% 0.81% -
XYZ 30.09 15.24 60.39 -
YUV 98.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 177 38 207 0.14 0.82 0 0.19 289.35 0.69 0.48
Hex B1 26 CF E 52 0 13 121 45 30
Octal 261 46 317 16 122 0 23 441 105 60
Binary 10110001 100110 11001111 1110 1010010 0 10011 100100001 1000101 110000

Color Harmonies of #B126CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126CF

Black with #B126CF

Text Example


Text Example

White with #B126CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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