Html Css Color HEX #B438EA Medium Orchid

📋 copy color: '#B438EA'

red 180 ◦ green 56 ◦ blue 234

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

Shades of Medium Orchid #B438EA

Tints of Medium Orchid #B438EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 38.3%
G = 11.91%
B = 49.79%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B438EA (or 0xB438EA) is known color: Medium Orchid. HEX triplet: B4, 38 and EA. RGB value is (180,56,234). Sum of RGB (Red+Green+Blue) = 180+56+234=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #B438EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B438EA is #4BC715. Grayscale: #707070. Windows color (decimal): -4966166 or 15349940. OLE color: 15349940.

HSL color Cylindrical-coordinate representation of color #B438EA: hue angle of 281.8º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B438EA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 56 234 -
CMYK 0.23 0.76 0 0.08
HSL 281.8º 0.81% 0.57% -
HSV(B) 281.8º 0.76% 0.92% -
XYZ 35.09 18.47 79.56 -
YUV 113.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 180 56 234 0.23 0.76 0 0.08 281.8 0.81 0.57
Hex B4 38 EA 17 4C 0 8 11A 51 39
Octal 264 70 352 27 114 0 10 432 121 71
Binary 10110100 111000 11101010 10111 1001100 0 1000 100011010 1010001 111001

Color Harmonies of #B438EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438EA

Black with #B438EA

Text Example


Text Example

White with #B438EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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