Html Css Color HEX #B438CA Medium Orchid

📋 copy color: '#B438CA'

red 180 ◦ green 56 ◦ blue 202

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

Shades of Medium Orchid #B438CA

Tints of Medium Orchid #B438CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 41.1%
G = 12.79%
B = 46.12%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B438CA (or 0xB438CA) is known color: Medium Orchid. HEX triplet: B4, 38 and CA. RGB value is (180,56,202). Sum of RGB (Red+Green+Blue) = 180+56+202=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #B438CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CA is #4BC735. Grayscale: #6D6D6D. Windows color (decimal): -4966198 or 13252788. OLE color: 13252788.

HSL color Cylindrical-coordinate representation of color #B438CA: hue angle of 290.96º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B438CA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 56 202 -
CMYK 0.11 0.72 0 0.21
HSL 290.96º 0.58% 0.51% -
HSV(B) 290.96º 0.72% 0.79% -
XYZ 30.9 16.8 57.49 -
YUV 109.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 180 56 202 0.11 0.72 0 0.21 290.96 0.58 0.51
Hex B4 38 CA B 48 0 15 123 3A 33
Octal 264 70 312 13 110 0 25 443 72 63
Binary 10110100 111000 11001010 1011 1001000 0 10101 100100011 111010 110011

Color Harmonies of #B438CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438CA

Black with #B438CA

Text Example


Text Example

White with #B438CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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