Html Css Color HEX #B338CF Dark Orchid

📋 copy color: '#B338CF'

red 179 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #B338CF

Tints of Dark Orchid #B338CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

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

R = 40.5%
G = 12.67%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B338CF (or 0xB338CF) is known color: Dark Orchid. HEX triplet: B3, 38 and CF. RGB value is (179,56,207). Sum of RGB (Red+Green+Blue) = 179+56+207=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 56 (22.27% from 255 or 12.67% 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 #B338CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338CF is #4CC730. Grayscale: #6D6D6D. Windows color (decimal): -5031729 or 13580467. OLE color: 13580467.

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

Color convert

RGB 179 56 207 -
CMYK 0.14 0.73 0 0.19
HSL 288.87º 0.61% 0.52% -
HSV(B) 288.87º 0.73% 0.81% -
XYZ 31.27 16.92 60.65 -
YUV 109.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 179 56 207 0.14 0.73 0 0.19 288.87 0.61 0.52
Hex B3 38 CF E 49 0 13 121 3D 34
Octal 263 70 317 16 111 0 23 441 75 64
Binary 10110011 111000 11001111 1110 1001001 0 10011 100100001 111101 110100

Color Harmonies of #B338CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338CF

Black with #B338CF

Text Example


Text Example

White with #B338CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338CF; }

 p { color: rgb(179,56,207); }

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

background-color css

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

 a { background-color: rgb(179,56,207); }

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

border-color css

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

 span { border-color: rgb(179,56,207); }

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