Html Css Color HEX #B334D7 Dark Orchid

📋 copy color: '#B334D7'

red 179 ◦ green 52 ◦ blue 215

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

Shades of Dark Orchid #B334D7

Tints of Dark Orchid #B334D7

RGB

 RED value IS 179 (70.31% from 255) = 40.13%

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

 BLUE value IS 215 (84.38% from 255) = 48.21%

R = 40.13%
G = 11.66%
B = 48.21%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B334D7 (or 0xB334D7) is known color: Dark Orchid. HEX triplet: B3, 34 and D7. RGB value is (179,52,215). Sum of RGB (Red+Green+Blue) = 179+52+215=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #B334D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334D7 is #4CCB28. Grayscale: #6C6C6C. Windows color (decimal): -5032745 or 14103731. OLE color: 14103731.

HSL color Cylindrical-coordinate representation of color #B334D7: hue angle of 286.75º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B334D7 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 52 215 -
CMYK 0.17 0.76 0 0.16
HSL 286.75º 0.67% 0.52% -
HSV(B) 286.75º 0.76% 0.84% -
XYZ 32.08 16.95 65.87 -
YUV 108.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 179 52 215 0.17 0.76 0 0.16 286.75 0.67 0.52
Hex B3 34 D7 11 4C 0 10 11F 43 34
Octal 263 64 327 21 114 0 20 437 103 64
Binary 10110011 110100 11010111 10001 1001100 0 10000 100011111 1000011 110100

Color Harmonies of #B334D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334D7

Black with #B334D7

Text Example


Text Example

White with #B334D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334D7; }

 p { color: rgb(179,52,215); }

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

background-color css

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

 a { background-color: rgb(179,52,215); }

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

border-color css

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

 span { border-color: rgb(179,52,215); }

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