Html Css Color HEX #B438CE Medium Orchid

📋 copy color: '#B438CE'

red 180 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #B438CE

Tints of Medium Orchid #B438CE

RGB

 RED value IS 180 (70.7% from 255) = 40.72%

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 40.72%
G = 12.67%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B438CE (or 0xB438CE) is known color: Medium Orchid. HEX triplet: B4, 38 and CE. RGB value is (180,56,206). Sum of RGB (Red+Green+Blue) = 180+56+206=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B438CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CE is #4BC731. Grayscale: #6D6D6D. Windows color (decimal): -4966194 or 13514932. OLE color: 13514932.

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

Color convert

RGB 180 56 206 -
CMYK 0.13 0.73 0 0.19
HSL 289.6º 0.6% 0.51% -
HSV(B) 289.6º 0.73% 0.81% -
XYZ 31.38 16.99 60.02 -
YUV 110.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 180 56 206 0.13 0.73 0 0.19 289.6 0.6 0.51
Hex B4 38 CE D 49 0 13 122 3C 33
Octal 264 70 316 15 111 0 23 442 74 63
Binary 10110100 111000 11001110 1101 1001001 0 10011 100100010 111100 110011

Color Harmonies of #B438CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438CE

Black with #B438CE

Text Example


Text Example

White with #B438CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438CE; }

 p { color: rgb(180,56,206); }

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

background-color css

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

 a { background-color: rgb(180,56,206); }

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

border-color css

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

 span { border-color: rgb(180,56,206); }

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