Html Css Color HEX #B134CF Dark Orchid

📋 copy color: '#B134CF'

red 177 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #B134CF

Tints of Dark Orchid #B134CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.93%

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

R = 40.6%
G = 11.93%
B = 47.48%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B134CF (or 0xB134CF) is known color: Dark Orchid. HEX triplet: B1, 34 and CF. RGB value is (177,52,207). Sum of RGB (Red+Green+Blue) = 177+52+207=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B134CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134CF is #4ECB30. Grayscale: #6A6A6A. Windows color (decimal): -5163825 or 13579441. OLE color: 13579441.

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

Color convert

RGB 177 52 207 -
CMYK 0.14 0.75 0 0.19
HSL 288.39º 0.62% 0.51% -
HSV(B) 288.39º 0.75% 0.81% -
XYZ 30.62 16.31 60.57 -
YUV 107.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 177 52 207 0.14 0.75 0 0.19 288.39 0.62 0.51
Hex B1 34 CF E 4B 0 13 120 3E 33
Octal 261 64 317 16 113 0 23 440 76 63
Binary 10110001 110100 11001111 1110 1001011 0 10011 100100000 111110 110011

Color Harmonies of #B134CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134CF

Black with #B134CF

Text Example


Text Example

White with #B134CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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